Merge change 1685 into donut

* changes:
  Remove unnecessary code.
This commit is contained in:
Android (Google) Code Review
2009-05-14 14:44:34 -07:00

View File

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