Merge change 1685 into donut
* changes: Remove unnecessary code.
This commit is contained in:
@@ -60,9 +60,6 @@ public class FileBackupHelper {
|
|||||||
if (newStateFd == null) {
|
if (newStateFd == null) {
|
||||||
throw new NullPointerException();
|
throw new NullPointerException();
|
||||||
}
|
}
|
||||||
if (files == null) {
|
|
||||||
throw new NullPointerException();
|
|
||||||
}
|
|
||||||
|
|
||||||
int err = performBackup_native(basePath, oldStateFd, data.fd, newStateFd, files);
|
int err = performBackup_native(basePath, oldStateFd, data.fd, newStateFd, files);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user