Niente di serio

git-svn-id: svn://10.65.10.50/trunk@896 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
villa 1995-01-20 11:58:42 +00:00
parent bc816c4971
commit 24cc12f6dd

View File

@ -624,7 +624,6 @@ TTextfile::~TTextfile ()
fclose (_index);
if (_instr)
fclose (_instr);
if (_istemp)
remove ((const char *) _filename);
if (_istemp) remove ((const char *) _filename);
remove ((const char *) _indname);
}