summaryrefslogtreecommitdiff
path: root/priv/schema
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2020-06-25 18:41:52 +0300
committerGitHub <noreply@github.com>2020-06-25 18:41:52 +0300
commitb7cbd4487c50308a4598f46fabd92dc11b25d27c (patch)
tree6141567a8824eb124b8ebeab6aa158607bedd06d /priv/schema
parent1c0cab5cddce5e6757fcfb9e10c2ff918bd4c61d (diff)
parenta514c247c3973555f23041ffecd1e7cf92596a94 (diff)
downloadrabbitmq-server-git-b7cbd4487c50308a4598f46fabd92dc11b25d27c.tar.gz
Merge pull request #2392 from fenollp/nohipe
drop deprecated HiPE compilation
Diffstat (limited to 'priv/schema')
-rw-r--r--priv/schema/rabbit.schema2
1 files changed, 2 insertions, 0 deletions
diff --git a/priv/schema/rabbit.schema b/priv/schema/rabbit.schema
index b81ba0f1c4..05ee9032d2 100644
--- a/priv/schema/rabbit.schema
+++ b/priv/schema/rabbit.schema
@@ -1070,6 +1070,8 @@ end}.
%% Explicitly enable/disable hipe compilation.
%%
%% {hipe_compile, true},
+%%
+%% DEPRECATED: this is a no-op and is kept only to allow old configs.
{mapping, "hipe_compile", "rabbit.hipe_compile",
[{datatype, {enum, [true, false]}}]}.