From b85076cd74e77538918d35992b1a9cd17ff86af8 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 11 Sep 2018 08:29:33 -0700 Subject: lib: introduce print_nl Common pattern in iproute commands is to print a line seperator in non-json mode. Make that a simple function. Signed-off-by: Stephen Hemminger --- tc/tc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tc/tc.c') diff --git a/tc/tc.c b/tc/tc.c index 4b28e9b1..c493d5e9 100644 --- a/tc/tc.c +++ b/tc/tc.c @@ -43,7 +43,6 @@ bool use_names; int json; int color; int oneline; -const char *_SL_; static char *conf_file; -- cgit v1.2.3