1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[Brightbox|CloudIp] Remove duplicate constant definition for port translators

This commit is contained in:
Hemant Kumar 2012-07-25 17:10:09 +05:30
parent d91edcbb29
commit 56d72e0725

View file

@ -85,11 +85,6 @@ class Brightbox
"threshold_up" => Integer,
"threshold_down" => Integer
}
PORT_TRANSLATOR = {
"incoming" => Integer,
"outgoing" => Integer,
"protocol" => String
}
end
module Nested