From 6cdf24bf71ac8b23d78d9e6d3c188f3dc2c7a9ec Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sun, 12 May 2013 17:03:07 +0000 Subject: [PATCH] Remove dead code --- main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.cpp b/main.cpp index 4f0064f..f6134ca 100644 --- a/main.cpp +++ b/main.cpp @@ -109,10 +109,6 @@ int main (int argc, char** argv) device * current_dev = devices; while (current_dev != NULL) { getLocal(current_dev->name, tracemode); - if ((!tracemode) && (!DEBUG)){ - //caption->append(current_dev->name); - //caption->append(" "); - } dp_handle * newhandle = dp_open_live(current_dev->name, BUFSIZ, promisc, 100, errbuf); if (newhandle != NULL)