aboutsummaryrefslogtreecommitdiff
path: root/contrib/ipfilter/lib/resetlexer.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ipfilter/lib/resetlexer.c')
-rw-r--r--contrib/ipfilter/lib/resetlexer.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/contrib/ipfilter/lib/resetlexer.c b/contrib/ipfilter/lib/resetlexer.c
deleted file mode 100644
index 558db98603ed..000000000000
--- a/contrib/ipfilter/lib/resetlexer.c
+++ /dev/null
@@ -1,25 +0,0 @@
-/* $FreeBSD$ */
-
-/*
- * Copyright (C) 2012 by Darren Reed.
- *
- * See the IPFILTER.LICENCE file for details on licencing.
- *
- * $Id$
- */
-
-#include "ipf.h"
-
-long string_start = -1;
-long string_end = -1;
-char *string_val = NULL;
-long pos = 0;
-
-
-void resetlexer()
-{
- string_start = -1;
- string_end = -1;
- string_val = NULL;
- pos = 0;
-}