removing the temporary hack now that #1708 has been fixed

This commit is contained in:
fgerlits 2006-11-09 10:18:57 +00:00
parent fc866bbfb7
commit 3d79b7ce2a
1 changed files with 0 additions and 6 deletions

View File

@ -2544,12 +2544,6 @@ WebStorageClient :: restoreBackupCheck(
execute(restoreBackupCheckMethodName, parameters, result);
// <<<
// TODO: remove this hack after bug #1708 has been fixed
XmlRpcValue oldResult = result;
result.clear();
result = oldResult["status"];
// >>>
checkStruct(restoreBackupCheckMethodName,
result,
restoreBackupStatusParamName,