aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'extcap.h')
-rw-r--r--extcap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/extcap.h b/extcap.h
index e427f45a6d..95e567d6c2 100644
--- a/extcap.h
+++ b/extcap.h
@@ -122,11 +122,7 @@ void
extcap_pref_store(struct _extcap_arg * arg, const char * newval);
/* Clean up global extcap stuff on program exit */
-#ifdef HAVE_EXTCAP
void extcap_cleanup(void);
-#else
-static inline void extcap_cleanup(void) {}
-#endif
#ifdef __cplusplus
}