]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
dmesg: minor cleanup of EXCL_xxx_ERR macros
authorAndrii Bordunov <andrew.bordunov@gmail.com>
Thu, 18 Apr 2013 09:24:01 +0000 (12:24 +0300)
committerKarel Zak <kzak@redhat.com>
Tue, 23 Apr 2013 12:40:47 +0000 (14:40 +0200)
Delete EXCL_ACT_ERR and EXCL_SYS_ERR defines:
usage is removed in 43d2eeef5dd3a64c372dbf60e4a32aa9e97b4645:
    "dmesg: use err_exclusive_options()"

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/dmesg.c

index 6c7f7eda0775c7bd1d3e706deff47c2284f3fa10..a89fb6c753ec407367317914e15a04dd4bbc24cf 100644 (file)
@@ -1136,9 +1136,6 @@ static int read_kmsg(struct dmesg_control *ctl)
        return 0;
 }
 
-#define EXCL_ACT_ERR "--{clear,read-clear,console-level,console-on,console-off}"
-#define EXCL_SYS_ERR "--{syslog,follow}"
-
 int main(int argc, char *argv[])
 {
        char *buf = NULL;