do_equal does not need to explicitly check for NEED_ROOT/ABS_PATH.

This commit is contained in:
Richard Jones
2009-08-13 14:37:43 +01:00
parent e99fb52fb7
commit 9beb53ca56

View File

@@ -34,10 +34,6 @@ do_equal (const char *file1, const char *file2)
char *err;
int r;
NEED_ROOT (return -1);
ABS_PATH (file1, return -1);
ABS_PATH (file2, return -1);
file1buf = sysroot_path (file1);
if (file1buf == NULL) {
reply_with_perror ("malloc");