[PATCH setup 6/8] Remove redundant parser rule

Jon Turney jon.turney@dronecode.org.uk
Sun Jan 22 14:17:00 GMT 2017


Remove parser rules for undocumented redundant syntax

Signed-off-by: Jon Turney <jon.turney@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



More information about the Cygwin-apps mailing list