From 1c7a96076e8df653c353c44d51bd190ffa0c794f Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Wed, 24 Aug 2016 16:42:16 +0200 Subject: extcap: remove unused #define from ssh-base. Change-Id: I52d26cb1e60452f8fa4d79f988fde2268486fc1c Reviewed-on: https://code.wireshark.org/review/17306 Petri-Dish: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte --- extcap/ssh-base.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'extcap/ssh-base.c') 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 #include -#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) { -- cgit v1.2.1