summaryrefslogtreecommitdiff
path: root/extcap
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-08-24 16:42:16 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2016-08-24 18:00:17 +0000
commit1c7a96076e8df653c353c44d51bd190ffa0c794f (patch)
tree273751eab83d1ae5a4b02d4d588ca3ceb1a73c8d /extcap
parent7ccec07b6dc5515f3b9f7e40884205b61c1d43ce (diff)
downloadwireshark-1c7a96076e8df653c353c44d51bd190ffa0c794f.tar.gz
extcap: remove unused #define from ssh-base.
Change-Id: I52d26cb1e60452f8fa4d79f988fde2268486fc1c Reviewed-on: https://code.wireshark.org/review/17306 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
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)
{