mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
libsshpp: Removed unused variable.
This commit is contained in:
@@ -319,7 +319,6 @@ public:
|
||||
}
|
||||
void log(int priority, const char *format, ...){
|
||||
char buffer[1024];
|
||||
int min;
|
||||
va_list va;
|
||||
|
||||
va_start(va, format);
|
||||
|
||||
Reference in New Issue
Block a user