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