summaryrefslogtreecommitdiffstats
path: root/source/param/params.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/param/params.c')
-rw-r--r--source/param/params.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/param/params.c b/source/param/params.c
index 8c41eef789f..4d1c191b479 100644
--- a/source/param/params.c
+++ b/source/param/params.c
@@ -441,7 +441,6 @@ static BOOL Parse( FILE *InFile,
*/
{
int c;
- char *func = "params.c:Parse() -";
c = EatWhitespace( InFile );
while( (EOF != c) && (c > 0) )