Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f2e4d10 authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

Merge "Remove unused object"

parents 74e6bd7b b848b7a9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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));