From 31e33778973df0ddc3a6a1ec4d05cf0033afb983 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 4 Apr 2014 23:03:20 +0200 Subject: [PATCH] Drop duplicate attribute. Refs #5855 --- lib/icinga/command.ti | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/icinga/command.ti b/lib/icinga/command.ti index 7925caee8..d0593d038 100644 --- a/lib/icinga/command.ti +++ b/lib/icinga/command.ti @@ -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; }; -- 2.40.0