www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / agent / null.h
diff --git a/userapps/opensource/net-snmp/include/net-snmp/agent/null.h b/userapps/opensource/net-snmp/include/net-snmp/agent/null.h
deleted file mode 100644 (file)
index 91e38a9..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#ifndef AGENT_NULL_H
-#define AGENT_NULL_H
-
-#ifdef __cplusplus
-extern          "C" {
-#endif
-
-/*
- * null.h 
- */
-
-/*
- * literally does nothing and is used as a final handler for
- * "do-nothing" nodes that must exist solely for mib tree storage
- * usage..
- */
-
-int             netsnmp_register_null(oid *, size_t);
-
-Netsnmp_Node_Handler netsnmp_null_handler;
-
-#ifdef __cplusplus
-}
-#endif
-#endif