From 2a65c7821cd17eb5a205eaeaf8997b30854af88d Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sun, 31 Aug 2014 11:09:18 +0200 Subject: [PATCH] Remove validator for the Script type fixes #7036 --- lib/config/base-type.conf | 8 -------- 1 file changed, 8 deletions(-) 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" -} -- 2.40.0