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;