comment out unused var

This commit is contained in:
Bill Currie 2001-10-02 19:33:31 +00:00
parent 8c6e5456bb
commit 922895ed99
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ float () baz =
void (float x) test = void (float x) test =
{ {
local string str; //local string str;
local integer urk = 0; local integer urk = 0;
if (urk) { if (urk) {