]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
tools/lxc_stop: removed internal logging
authorAustinReichert <austinskyreichert@utexas.edu>
Tue, 28 Nov 2017 23:29:25 +0000 (17:29 -0600)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sun, 17 Dec 2017 14:44:51 +0000 (15:44 +0100)
Signed-off-by: AustinReichert <austinskyreichert@utexas.edu>
src/lxc/tools/lxc_stop.c

index 0a17e25fd2f3e9ce6af6a98dd82048a862add50d..2a7d48584473b420c9493cc80af2799f9784571c 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) {