From 15f4b266a68f5a76dbf1146f3dc507b4751346a8 Mon Sep 17 00:00:00 2001 From: Jing Chen Date: Tue, 13 Nov 2012 16:38:47 +1100 Subject: [PATCH] implement tclmot r3794 | jgn | 2012-11-13 16:38:47 +1100 (Tue, 13 Nov 2012) | 1 line --- stringdict.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/stringdict.c b/stringdict.c index 16767163..e793843a 100644 --- a/stringdict.c +++ b/stringdict.c @@ -46,16 +46,7 @@ #include "stringdict.h" /*-------------------------------------------------------------------------*/ - typedef struct __StringDict { - int iList; - int iTraverse; - } StringDict; - typedef struct { - char *name; - char *value; - } SDE, *pSDE; -/*-------------------------------------------------------------------------*/ pStringDict CreateStringDict(void) { pStringDict pNew = NULL;