DBG: Clean up

git-svn-id: trunk@29015 -
This commit is contained in:
martin 2011-01-14 22:18:19 +00:00
parent 2c75ddebd7
commit 35f4b0edad

View File

@ -2932,7 +2932,6 @@ function TGDBMIDebuggerCommandStartDebugging.DoExecute: Boolean;
var
R: TGDBMIExecResult;
s: String;
FileType, EntryPoint: String;
List: TGDBMINameValueList;
TargetPIDPart: String;
@ -9628,8 +9627,6 @@ function TGDBMIDebuggerCommandEvaluate.DoExecute: Boolean;
function TryExecute(AnExpression: string; StoreError: Boolean): Boolean;
function PrepareExpr(var expr: string; NoAddressOp: Boolean = False): boolean;
var
ResultInfo: TGDBType;
begin
FTypeInfo := GetGDBTypeInfo(expr);
Result := FTypeInfo <> nil;