This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH setup 8/8] Remove an obsolete prototype


add_correct_version() was moved into IniDBBuilderPackage in commit 076654e7

Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
---
 iniparse.yy | 2 --
 1 file changed, 2 deletions(-)

diff --git a/iniparse.yy b/iniparse.yy
index bfc234a..6213b70 100644
--- a/iniparse.yy
+++ b/iniparse.yy
@@ -33,8 +33,6 @@ int yylex ();
 
 IniDBBuilder *iniBuilder;
 extern int yylineno;
-
-void add_correct_version();
 %}
 
 %token STRING 
-- 
2.8.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]