Skip to content
Snippets Groups Projects
Commit b6036920 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

static strip() is not used so hide it with #if 0 #endif to avoid gcc 3.1

warning about unused static function.


git-svn-id: http://root.cern.ch/svn/root/trunk@4986 27541ba8-7e3a-0410-8455-c3a389f83636
parent 66abf91e
No related merge requests found
/* @(#)root/clib:$Name: $:$Id: Getline.c,v 1.8 2001/06/22 16:10:16 rdm Exp $ */
/* @(#)root/clib:$Name: $:$Id: Getline.c,v 1.9 2002/04/04 10:11:13 rdm Exp $ */
/* Author: */
/*
......@@ -1619,6 +1619,7 @@ search_forw(int new_search)
}
}
#if 0
/***********************************************************************
* *
* Strip blanks from both sides of a string. Space for the new *
......@@ -1655,6 +1656,7 @@ static char *strip(char *s)
return r;
}
#endif
/*****************************************************************************/
/* Extra routine provided by Christian Lacunza <lacunza@cdfsg5.lbl.gov> */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment