From 84a75fdeabb0979eb005127903e1977fa0ec0a3c Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 30 Aug 2008 23:02:16 +0000 Subject: [PATCH] Remove warning git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@856 42af7a65-404d-4744-a932-0658087f49c3 --- lib/lib_strtokr.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/lib_strtokr.c b/lib/lib_strtokr.c index 8a12c5f722..3183acc009 100644 --- a/lib/lib_strtokr.c +++ b/lib/lib_strtokr.c @@ -43,8 +43,6 @@ * Private Data ****************************************************************************/ -static char *g_saveptr = NULL; - /**************************************************************************** * Public Functions ****************************************************************************/