]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
tools/lxc_stop: removed internal logging 1962/head
authorAustinReichert <austinskyreichert@utexas.edu>
Tue, 28 Nov 2017 23:29:25 +0000 (17:29 -0600)
committerAustinReichert <austinskyreichert@utexas.edu>
Tue, 28 Nov 2017 23:29:25 +0000 (17:29 -0600)
Signed-off-by: AustinReichert <austinskyreichert@utexas.edu>
src/lxc/tools/lxc_stop.c

index 55674a2b3270219ce18f474587cc7d9b902d1b87..53795a31e7fde7445f6dd81e1effec0eeb1d22d8 100644 (file)
@@ -36,8 +36,6 @@
 #define OPT_NO_LOCK OPT_USAGE + 1
 #define OPT_NO_KILL OPT_USAGE + 2
 
-lxc_log_define(lxc_stop_ui, lxc);
-
 static int my_parser(struct lxc_arguments *args, int c, char *arg)
 {
        switch (c) {