am 94f70cbb: Merge change 1685 into donut
Merge commit '94f70cbbe29c3aca748df9d543c366d838f6598b' * commit '94f70cbbe29c3aca748df9d543c366d838f6598b': Remove unnecessary code.
This commit is contained in:
committed by
The Android Open Source Project
commit
5f4a2a66ce
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user