summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorPierre Fenoll <pierrefenoll@gmail.com>2020-06-24 16:05:52 +0200
committerPierre Fenoll <pierrefenoll@gmail.com>2020-06-24 16:05:52 +0200
commitc21ca1c518357901f71b28f22cdee8674fd17b00 (patch)
tree67f8c1dc4342852046de3b91edf36fb9f84514ac /priv
parent355b2b56f0f5252df4a9004e3a8d6aa505315fed (diff)
downloadrabbitmq-server-git-c21ca1c518357901f71b28f22cdee8674fd17b00.tar.gz
drop deprecated HiPE compilation
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
Diffstat (limited to 'priv')
-rw-r--r--priv/schema/rabbit.schema7
1 files changed, 0 insertions, 7 deletions
diff --git a/priv/schema/rabbit.schema b/priv/schema/rabbit.schema
index b81ba0f1c4..71ba11f372 100644
--- a/priv/schema/rabbit.schema
+++ b/priv/schema/rabbit.schema
@@ -1067,13 +1067,6 @@ end}.
%% NB: Change these only if you understand what you are doing!
%%
-%% Explicitly enable/disable hipe compilation.
-%%
-%% {hipe_compile, true},
-
-{mapping, "hipe_compile", "rabbit.hipe_compile",
- [{datatype, {enum, [true, false]}}]}.
-
%% Timeout used when waiting for Mnesia tables in a cluster to
%% become available.
%%