Unused constant CONFIGSORT

Fixes #4112
This commit is contained in:
Pier-Hugues Pellerin 2015-10-29 10:47:47 -04:00 committed by Jordan Sissel
parent 5a964b7272
commit 9745e9906d

View file

@ -35,12 +35,6 @@ module LogStash::Config::Mixin
attr_accessor :config
attr_accessor :original_params
CONFIGSORT = {
Symbol => 0,
String => 0,
Regexp => 100,
}
PLUGIN_VERSION_1_0_0 = LogStash::Util::PluginVersion.new(1, 0, 0)
PLUGIN_VERSION_0_9_0 = LogStash::Util::PluginVersion.new(0, 9, 0)