aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/snmp/packet-snmp-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/snmp/packet-snmp-template.c')
-rw-r--r--epan/dissectors/asn1/snmp/packet-snmp-template.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/dissectors/asn1/snmp/packet-snmp-template.c b/epan/dissectors/asn1/snmp/packet-snmp-template.c
index 00ea2e2619..13719286a4 100644
--- a/epan/dissectors/asn1/snmp/packet-snmp-template.c
+++ b/epan/dissectors/asn1/snmp/packet-snmp-template.c
@@ -69,12 +69,6 @@
#include <wsutil/wsgcrypt.h>
-/* Take a pointer that may be null and return a pointer that's not null
- by turning null pointers into pointers to the above null string,
- and, if the argument pointer wasn't null, make sure we handle
- non-printable characters in the string by escaping them. */
-#define SAFE_STRING(s, l) (((s) != NULL) ? format_text((s), (l)) : "")
-
#define PNAME "Simple Network Management Protocol"
#define PSNAME "SNMP"
#define PFNAME "snmp"