diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2020-06-25 18:41:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-25 18:41:52 +0300 |
| commit | b7cbd4487c50308a4598f46fabd92dc11b25d27c (patch) | |
| tree | 6141567a8824eb124b8ebeab6aa158607bedd06d /priv/schema | |
| parent | 1c0cab5cddce5e6757fcfb9e10c2ff918bd4c61d (diff) | |
| parent | a514c247c3973555f23041ffecd1e7cf92596a94 (diff) | |
| download | rabbitmq-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.schema | 2 |
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]}}]}. |
