From 2c2256cb8b12180ae3771b580fbed3c7b8fc1e38 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 14 Apr 2004 17:57:11 +0000 Subject: remove a warning --- libbb/interface.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libbb/interface.c') diff --git a/libbb/interface.c b/libbb/interface.c index f44e866df..2589eec49 100644 --- a/libbb/interface.c +++ b/libbb/interface.c @@ -15,7 +15,7 @@ * that either displays or sets the characteristics of * one or more of the system's networking interfaces. * - * Version: $Id: interface.c,v 1.21 2004/03/15 08:28:42 andersen Exp $ + * Version: $Id: interface.c,v 1.22 2004/04/14 17:57:11 andersen Exp $ * * Author: Fred N. van Kempen, * and others. Copyright 1993 MicroWalt Corporation @@ -1707,7 +1707,6 @@ static int hw_null_address(struct hwtype *hw, void *ap) return 1; } -#warning devel code static const char TRext[] = "\0\0\0Ki\0Mi\0Gi\0Ti"; static void print_bytes_scaled(unsigned long long ull, const char *end) -- cgit v1.2.3