summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/oids.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/oids.c b/epan/oids.c
index 3935f41df1..74c3b0c9b9 100644
--- a/epan/oids.c
+++ b/epan/oids.c
@@ -1078,12 +1078,10 @@ oid_get_default_mib_path(void) {
#else
#define PATH_SEPARATOR ":"
path = smiGetPath();
-#ifdef __APPLE__
g_string_append(path_str, "/usr/share/snmp/mibs");
if (strlen(path) > 0 ) {
g_string_append(path_str, PATH_SEPARATOR);
}
-#endif
g_string_append_printf(path_str, "%s", path);
free (path);
#endif