diff --git a/include/text.cpp b/include/text.cpp index 087584b22..4b938457a 100755 --- a/include/text.cpp +++ b/include/text.cpp @@ -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); }