mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Remove unecessary comments.
This commit is contained in:
parent
33dd4f73fb
commit
3c005bb592
1 changed files with 0 additions and 3 deletions
|
@ -20,7 +20,6 @@ public class GDBDebugger implements ICDebugger {
|
||||||
return MIPlugin.getDefault().createCSession(exe.getLocation().toOSString());
|
return MIPlugin.getDefault().createCSession(exe.getLocation().toOSString());
|
||||||
}
|
}
|
||||||
catch (IOException e) {
|
catch (IOException e) {
|
||||||
//throw new CDIException(new Status(0, MIPlugin.getDefault().getDescriptor().getUniqueIdentifier(), 0, "error", e));
|
|
||||||
throw new CDIException("Error initializing");
|
throw new CDIException("Error initializing");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -30,7 +29,6 @@ public class GDBDebugger implements ICDebugger {
|
||||||
return MIPlugin.getDefault().createCSession(exe.getLocation().toOSString(), pid);
|
return MIPlugin.getDefault().createCSession(exe.getLocation().toOSString(), pid);
|
||||||
}
|
}
|
||||||
catch (IOException e) {
|
catch (IOException e) {
|
||||||
//throw new CDIException(new Status(0, MIPlugin.getDefault().getDescriptor().getUniqueIdentifier(), 0, "error", e));
|
|
||||||
throw new CDIException("Error initializing");
|
throw new CDIException("Error initializing");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -40,7 +38,6 @@ public class GDBDebugger implements ICDebugger {
|
||||||
return MIPlugin.getDefault().createCSession(exe.getLocation().toOSString(), corefile.getLocation().toOSString());
|
return MIPlugin.getDefault().createCSession(exe.getLocation().toOSString(), corefile.getLocation().toOSString());
|
||||||
}
|
}
|
||||||
catch (IOException e) {
|
catch (IOException e) {
|
||||||
//throw new CDIException(new Status(0, MIPlugin.getDefault().getDescriptor().getUniqueIdentifier(), 0, "error", e));
|
|
||||||
throw new CDIException("Error initializing");
|
throw new CDIException("Error initializing");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue