finally in sync with archive
[bcm963xx.git] / userapps / opensource / net-snmp / agent / autonlist.h
diff --git a/userapps/opensource/net-snmp/agent/autonlist.h b/userapps/opensource/net-snmp/agent/autonlist.h
deleted file mode 100755 (executable)
index 82a52ab..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef AUTONLIST_H
-
-struct autonlist {
-    char           *symbol;
-    struct nlist    nl[2];
-    struct autonlist *left, *right;
-};
-
-#define AUTONLIST_H
-#endif