OSDN Git Service

Remove unused object
authorChristopher Tate <ctate@google.com>
Wed, 6 Jul 2011 22:31:07 +0000 (15:31 -0700)
committerChristopher Tate <ctate@google.com>
Wed, 6 Jul 2011 22:31:07 +0000 (15:31 -0700)
Change-Id: I98c55432c26ccc4e8421db46c9f825cb42772508

core/java/android/app/backup/BackupAgent.java

index 65c73f9..dce0a97 100644 (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));