removed unused variables
[mono.git] / mcs / class / Microsoft.VisualBasic / Microsoft.VisualBasic / BaseVBFile.cs
index 354ddaa1cb98f757b898ed422679ce27d8d76d49..2fe8d6c98d1aaff0ad79e9fce068d5ab84e72aea 100644 (file)
@@ -416,7 +416,6 @@ public abstract class BaseVBFile : VBFile
                if(Value is DBNull) {
                        String res = "";
                        res = Input(res);
-                       int answer = 0;
                        if(res.StartsWith("#ERROR ")&& res.EndsWith("#")) {
                                Value = IntegerType.FromString(res.Substring(7,res.Length-1));
                                return;