From: cas Date: Tue, 25 Jan 2000 17:57:33 +0000 (+0000) Subject: No comments X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=666d440cb2740299b0507f3b0f6c0c28f7f7c447;p=occt-wok.git No comments --- diff --git a/src/WOKBuilder/WOKBuilder_WNTCollector.cxx b/src/WOKBuilder/WOKBuilder_WNTCollector.cxx index 9b2b573..f230979 100755 --- a/src/WOKBuilder/WOKBuilder_WNTCollector.cxx +++ b/src/WOKBuilder/WOKBuilder_WNTCollector.cxx @@ -242,9 +242,12 @@ static void FASTCALL _print_output( Standard_CString msg, WOKBuilder_Tool* tool InfoMsg << endm; } +// Unused : +#ifdef DEB static void FASTCALL _delete_file(const Handle(TCollection_HAsciiString)& name) { Handle(WOKUtils_Path) path = new WOKUtils_Path(name); if(path->Exists()) path->RemoveFile(); } +#endif