{file,string}_utils: remove NO_LOG

parent e13ff730
...@@ -31,9 +31,7 @@ ...@@ -31,9 +31,7 @@
#include "macro.h" #include "macro.h"
#include "string.h" #include "string.h"
#ifndef NO_LOG
lxc_log_define(file_utils, lxc); lxc_log_define(file_utils, lxc);
#endif
int lxc_write_to_file(const char *filename, const void *buf, size_t count, int lxc_write_to_file(const char *filename, const void *buf, size_t count,
bool add_newline, mode_t mode) bool add_newline, mode_t mode)
......
...@@ -56,9 +56,7 @@ ...@@ -56,9 +56,7 @@
#include "include/strlcat.h" #include "include/strlcat.h"
#endif #endif
#ifndef NO_LOG
lxc_log_define(string_utils, lxc); lxc_log_define(string_utils, lxc);
#endif
char **lxc_va_arg_list_to_argv(va_list ap, size_t skip, int do_strdup) char **lxc_va_arg_list_to_argv(va_list ap, size_t skip, int do_strdup)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment