Drop duplicate attribute.

Refs #5855
This commit is contained in:
Michael Friedrich 2014-04-04 23:03:20 +02:00
parent 09cbf18b26
commit 31e3377897

View File

@ -9,7 +9,6 @@ abstract class Command : DynamicObject
[config] Value timeout {
default {{{ return 300; }}}
};
[config] Dictionary::Ptr vars;
[config] Dictionary::Ptr env;
[config] Array::Ptr escape_macros;
};