Merge "Remove unused object"

This commit is contained in:
Christopher Tate
2011-07-06 15:31:56 -07:00
committed by Android (Google) Code Review

View File

@@ -523,7 +523,6 @@ public abstract class BackupAgent extends ContextWrapper {
long ident = Binder.clearCallingIdentity();
if (DEBUG) Log.v(TAG, "doFullBackup() invoked");
BackupDataOutput output = new BackupDataOutput(data.getFileDescriptor());
try {
BackupAgent.this.onFullBackup(new FullBackupDataOutput(data));