Remove unnecessary code.

This commit is contained in:
Marco Nelissen
2009-05-14 14:18:23 -07:00
parent 109b21bab5
commit 4fb27ba22d

View File

@@ -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);