summaryrefslogtreecommitdiff
path: root/mib/parse.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-04-04 21:07:18 +0000
committerStef Walter <stef@memberwebs.com>2006-04-04 21:07:18 +0000
commit1e735c038c86294df2ecfbd6a39abcfab4b3e8c3 (patch)
tree55dc3d3288d17d53fadf3471bb465fefb1b42b12 /mib/parse.c
parent1fe43cb40fb54412528b7538718a457d2167c603 (diff)
Move functionality for parsing MIBs, SNMP into common files.
Diffstat (limited to 'mib/parse.c')
-rw-r--r--mib/parse.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/mib/parse.c b/mib/parse.c
index aeb449f..0504599 100644
--- a/mib/parse.c
+++ b/mib/parse.c
@@ -69,16 +69,8 @@ SOFTWARE.
#include "parse.h"
-/*
- * A file with compatibility definitions for making the following
- * code work without the net-snmp library and all that.
- */
-#include "parse-compat.inc.c"
-
/* -------------------------------------------------------------------------- */
-
-
/*
* This is one element of an object identifier with either an integer
* subidentifier, or a textual string label, or both.