summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Christopher Tate <ctate@google.com> 2011-07-06 15:31:07 -0700
committer Christopher Tate <ctate@google.com> 2011-07-06 15:31:07 -0700
commitb848b7a99c81081723077d7fb2006b2a35760259 (patch)
treedfa2925481f424e252abd3169c814509858fa19d
parent79ec80db70d788f35aa13346e4684ecbd401bd84 (diff)
Remove unused object
Change-Id: I98c55432c26ccc4e8421db46c9f825cb42772508
-rw-r--r--core/java/android/app/backup/BackupAgent.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/app/backup/BackupAgent.java b/core/java/android/app/backup/BackupAgent.java
index 65c73f9b5eb8..dce0a972d332 100644
--- a/core/java/android/app/backup/BackupAgent.java
+++ b/core/java/android/app/backup/BackupAgent.java
@@ -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));