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

Commit b848b7a9 authored by Christopher Tate's avatar Christopher Tate
Browse files

Remove unused object

Change-Id: I98c55432c26ccc4e8421db46c9f825cb42772508
parent 79ec80db
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));