diff --git a/lib/compile/util.js b/lib/compile/util.js index 5d54e2efb..ef07b8c75 100644 --- a/lib/compile/util.js +++ b/lib/compile/util.js @@ -137,8 +137,6 @@ function varReplace(str, dataVar, expr) { } - - function schemaHasRules(schema, rules) { if (typeof schema == 'boolean') return !schema; for (var key in schema) if (rules[key]) return true;