diff --git a/lib/config/base-type.conf b/lib/config/base-type.conf index 29a91176b..1e689ff2d 100644 --- a/lib/config/base-type.conf +++ b/lib/config/base-type.conf @@ -48,11 +48,3 @@ %type SyslogLogger %inherits Logger { } - -%type Script { - %require "language", - %attribute %string "language", - - %require "code", - %attribute %string "code" -}