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

Commit 94f70cbb authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 1685 into donut

* changes:
  Remove unnecessary code.
parents 1746d6fe 4fb27ba2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -60,9 +60,6 @@ public class FileBackupHelper {
        if (newStateFd == null) {
            throw new NullPointerException();
        }
        if (files == null) {
            throw new NullPointerException();
        }

        int err = performBackup_native(basePath, oldStateFd, data.fd, newStateFd, files);