1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 09:55:29 +02:00

Remove warnings

This commit is contained in:
Alain Magloire 2005-03-04 19:53:42 +00:00
parent 39405ca612
commit 7854896a04
2 changed files with 4 additions and 1 deletions

View file

@ -17,6 +17,10 @@ package org.eclipse.cdt.debug.mi.core;
*
*/
public class MIException extends Exception {
/**
*
*/
private static final long serialVersionUID = 3257844402679724085L;
String log = ""; //$NON-NLS-1$
public MIException(String s) {

View file

@ -18,7 +18,6 @@ import java.util.Collections;
import java.util.Date;
import java.util.List;
import org.eclipse.cdt.core.IBinaryParser.IBinaryExecutable;
import org.eclipse.cdt.core.IBinaryParser.IBinaryObject;
import org.eclipse.cdt.debug.core.ICDIDebugger;
import org.eclipse.cdt.debug.core.ICDTLaunchConfigurationConstants;