Index: src/parse.y ================================================================== --- src/parse.y +++ src/parse.y @@ -92,18 +92,10 @@ /* ** An instance of this structure holds the ATTACH key and the key type. */ struct AttachKey { int type; Token key; }; -/* -** One or more VALUES claues -*/ -struct ValueList { - ExprList *pList; - Select *pSelect; -}; - } // end %include // Input is a single SQL command input ::= cmdlist. cmdlist ::= cmdlist ecmd.