summaryrefslogtreecommitdiff
path: root/extcap
diff options
context:
space:
mode:
Diffstat (limited to 'extcap')
-rw-r--r--extcap/ssh-base.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extcap/ssh-base.c b/extcap/ssh-base.c
index 87c364f972..f9856c164d 100644
--- a/extcap/ssh-base.c
+++ b/extcap/ssh-base.c
@@ -30,8 +30,6 @@
#include <log.h>
#include <string.h>
-#define verbose_print(...) { if (verbose) printf(__VA_ARGS__); }
-
ssh_session create_ssh_connection(const char* hostname, const unsigned int port, const char* username,
const char* password, const char* sshkey_path, const char* sshkey_passphrase, char** err_info)
{