no message
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package _VisualDVM.Passes.All;
|
||||
import Common.Utils.Utils_;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.Utils;
|
||||
import _VisualDVM.GlobalData.Module.Module;
|
||||
import _VisualDVM.ProjectData.Files.DBProjectFile;
|
||||
import _VisualDVM.ProjectData.LanguageName;
|
||||
@@ -79,7 +78,7 @@ public class GCOV extends Precompilation {
|
||||
String uname = file.last_assembly_name.substring(0, file.last_assembly_name.length() - 2);
|
||||
String gcno = uname + ".gcno";
|
||||
File gcov = Paths.get(workspace.getAbsolutePath(), file.file.getName() + ".gcov").toFile();
|
||||
Utils.forceDeleteWithCheck(gcov);
|
||||
Utils_.forceDeleteWithCheck(gcov);
|
||||
name_to_kill = "gcov.exe";
|
||||
StartProcess("gcov -b " +
|
||||
Utils_.DQuotes(
|
||||
|
||||
Reference in New Issue
Block a user