Remove parser rules for undocumented redundant syntax Signed-off-by: Jon Turney <jon.tur...@dronecode.org.uk> --- inilex.ll | 1 - 1 file changed, 1 deletion(-)
diff --git a/inilex.ll b/inilex.ll index a7c31fb..a6ae1fb 100644 --- a/inilex.ll +++ b/inilex.ll @@ -118,7 +118,6 @@ B64 [a-zA-Z0-9_-] "message:" return MESSAGE; "Source:" return SOURCEPACKAGE; "Build-Depends:" return BUILDDEPENDS; -"Build-Depends-Indep:" return BUILDDEPENDS; /* technicallyincorrect :[ */ "category:"|"Section:" return CATEGORY; "requires:" return REQUIRES; -- 2.8.3