sdlog2: Remove copying of deprecated file

This commit is contained in:
Lorenz Meier 2015-09-20 16:42:03 +02:00
parent 715a0f0a50
commit 84b4e30fbd
1 changed files with 5 additions and 0 deletions

View File

@ -1083,6 +1083,10 @@ int sdlog2_thread_main(int argc, char *argv[])
return 1;
}
#if 0
// DEPRECATED
/* copy conversion scripts */
const char *converter_in = "/etc/logging/conv.zip";
char *converter_out = malloc(64);
@ -1093,6 +1097,7 @@ int sdlog2_thread_main(int argc, char *argv[])
}
free(converter_out);
#endif
/* initialize log buffer with specified size */
warnx("log buffer size: %i bytes", log_buffer_size);