diff --git a/mozilla/cck/driver/interpret.cpp b/mozilla/cck/driver/interpret.cpp index 25a6269977e..bdc8fef3793 100644 --- a/mozilla/cck/driver/interpret.cpp +++ b/mozilla/cck/driver/interpret.cpp @@ -807,9 +807,7 @@ BOOL CInterpret::interpret(CString cmds, WIDGET *curWidget) CString outputPath = rootPath + "Configs\\" + configName + "\\Output"; char deletePath[MAX_SIZE]; strcpy(deletePath, outputPath); - int direxist = GetFileAttributes(outputPath+"\\Core"); - if (direxist != -1) - CallDLL("IBEngine", "EraseDirectory", deletePath, w); + CallDLL("IBEngine", "EraseDirectory", deletePath, w); } } else if (strcmp(pcmd, "WriteCache") ==0)