From: Tim R. <ti...@us...> - 2004-09-11 17:32:00
|
Update of /cvsroot/csdopenglnet/csdOpenGL/generator In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24430 Modified Files: function.cs Log Message: "The variable is assigned but its value is never used"-warning eliminated Index: function.cs =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/generator/function.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** function.cs 6 Aug 2004 11:42:34 -0000 1.4 --- function.cs 11 Sep 2004 17:31:47 -0000 1.5 *************** *** 136,141 **** string t=""; string n=""; - string pt=""; - string pn=""; ArrayList p = new ArrayList(); --- 136,139 ---- *************** *** 143,147 **** doc.LoadXml( entry ); // convert xml string to xml structure XmlNodeList xl; - XmlNode c; // retrieve function name --- 141,144 ---- |