aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-01-23 22:55:59 +0100
committerAndreas Schneider <asn@cryptomilk.org>2011-01-24 15:25:50 +0100
commit5c581f8a4c6e5ed0c6670527e3b2a2b0f5495409 (patch)
tree5038bd72907b5dd642e2f4b2fee4ce6184ba5239
parentd67cbdc9267efcf9e499667ff378342764932bbb (diff)
downloadlibssh-5c581f8a4c6e5ed0c6670527e3b2a2b0f5495409.tar.gz
libssh-5c581f8a4c6e5ed0c6670527e3b2a2b0f5495409.tar.xz
libssh-5c581f8a4c6e5ed0c6670527e3b2a2b0f5495409.zip
libsshpp: Removed unused variable.
-rw-r--r--include/libssh/libsshpp.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/libsshpp.hpp b/include/libssh/libsshpp.hpp
index 4a9df731..03101d38 100644
--- a/include/libssh/libsshpp.hpp
+++ b/include/libssh/libsshpp.hpp
@@ -319,7 +319,6 @@ public:
}
void log(int priority, const char *format, ...){
char buffer[1024];
- int min;
va_list va;
va_start(va, format);