From 8b638f994abefde84746b3d8a08893c9ffeb7799 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 6 Mar 2009 10:49:18 +0100 Subject: maint: avoid new unused-macro warnings from gcc * src/ls.c (ASSERT_MATCHING_DEV_INO): Comment-out unused definition, to match commented-out use. * src/install.c (INITIAL_HASH_MODULE, INITIAL_ENTRY_TAB_SIZE): (READ_SIZE): Remove definitions of unused macros. * src/mv.c (INITIAL_HASH_MODULE, INITIAL_ENTRY_TAB_SIZE): Likewise. * src/dd.c (max): Likewise. * src/expand.c (OUTPUT_BLOCK): Likewise. * src/csplit.c (ALLOC_SIZE): Likewise. * src/pr.c (NULLCOL): Likewise. * src/ptx.c (Sword): Likewise. * src/unexpand.c (OUTPUT_BLOCK): Likewise. * src/factor.c (NDEBUG): Likewise. --- src/expand.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/expand.c') diff --git a/src/expand.c b/src/expand.c index 87c89152e..10f36430d 100644 --- a/src/expand.c +++ b/src/expand.c @@ -1,5 +1,5 @@ /* expand - convert tabs to spaces - Copyright (C) 89, 91, 1995-2006, 2008 Free Software Foundation, Inc. + Copyright (C) 89, 91, 1995-2006, 2008-2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -47,10 +47,6 @@ #define AUTHORS proper_name ("David MacKenzie") -/* The number of bytes added at a time to the amount of memory - allocated for the output line. */ -#define OUTPUT_BLOCK 256 - /* If true, convert blanks even after nonblank characters have been read on the line. */ static bool convert_entire_line; -- cgit v1.2.3-54-g00ecf