summaryrefslogtreecommitdiff
path: root/src/csplit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/csplit.c')
-rw-r--r--src/csplit.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/csplit.c b/src/csplit.c
index b50a65076..4f0beb6c4 100644
--- a/src/csplit.c
+++ b/src/csplit.c
@@ -1,5 +1,5 @@
/* csplit - split a file into sections determined by context lines
- Copyright (C) 91, 1995-2008 Free Software Foundation, Inc.
+ Copyright (C) 91, 1995-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
@@ -41,9 +41,6 @@
proper_name ("Stuart Kemp"), \
proper_name ("David MacKenzie")
-/* Increment size of area for control records. */
-#define ALLOC_SIZE 20
-
/* The default prefix for output file names. */
#define DEFAULT_PREFIX "xx"