From 6436cd99b717d6f0ec56da42abf09c257a5df7c2 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sat, 29 Oct 2011 19:13:04 -0700 Subject: [PATCH] remove lex_classic_input(void) prototype --- lib/hx509/sel-lex.l | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/hx509/sel-lex.l b/lib/hx509/sel-lex.l index bb7e8374c..4c9396750 100644 --- a/lib/hx509/sel-lex.l +++ b/lib/hx509/sel-lex.l @@ -50,7 +50,6 @@ unsigned lineno = 1; static char * handle_string(void); static int lex_input(char *, int); -static int lex_classic_input(void); struct hx_expr_input _hx509_expr_input;