summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.conf.example6
-rw-r--r--docs/rabbitmqctl.823
2 files changed, 0 insertions, 29 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index 53611abbcc..fb78a83da9 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -463,12 +463,6 @@
## NB: Change these only if you understand what you are doing!
##
-## Explicitly enable/disable hipe compilation. This option is deprecated
-## because HiPE supported has been
-## effectively discontinued in Erlang 22.
-##
-# hipe_compile = false
-
## Timeout used when waiting for Mnesia tables in a cluster to
## become available.
##
diff --git a/docs/rabbitmqctl.8 b/docs/rabbitmqctl.8
index f524e3e084..0760d2c51d 100644
--- a/docs/rabbitmqctl.8
+++ b/docs/rabbitmqctl.8
@@ -2084,29 +2084,6 @@ to the connected client:
.Pp
Evaluates an Erlang expression on the target node
.\" ------------------------------------------------------------------
-.It Cm hipe_compile Ar directory
-.Pp
-Performs HiPE-compilation and caches resulting
-.Pa .beam Ns -files in the given directory.
-.Pp
-Parent directories are created if necessary.
-Any existing
-.Pa .beam
-files from the directory are automatically deleted prior to compilation.
-.Pp
-To use this precompiled files, you should set
-.Ev RABBITMQ_SERVER_CODE_PATH
-environment variable to directory specified in
-.Cm hipe_compile
-invocation.
-.Pp
-For example, to HiPE-compile modules and store them to
-.Pa /tmp/rabbit-hipe/ebin
-directory:
-.sp
-.Dl rabbitmqctl hipe_compile /tmp/rabbit-hipe/ebin
-.El
-.\" ------------------------------------------------------------------
.\" ## Queue Operations
.\" ------------------------------------------------------------------
.Ss Queue Operations