The function is unused and it only increases the binary sizes.
@@ -1,3 +1,8 @@
+2008-06-30 Guillem Jover <guillem@debian.org>
+
+ * lib/trigdeferred.l: Define YY_NO_INPUT to make flex not include
+ the unused input() in the resulting object.
2008-06-29 Guillem Jover <guillem@debian.org>
* lib/parsedump.h (parseerr, parsemustfield): Remove prototypes.
@@ -43,6 +43,8 @@
#include <dpkg.h>
#include <dpkg-db.h>
+#define YY_NO_INPUT
static struct varbuf fn, newfn;
%}