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

Commit 4fb27ba2 authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Remove unnecessary code.

parent 109b21ba
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);