oops, pesky debugging message got through.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@489 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-05-24 04:01:22 +00:00
parent 38f07b67de
commit 1ae6ae839d

View File

@ -2066,9 +2066,6 @@ p_same_file(void) {
/* file does not exist, but was opened? Return -1 */
return(FALSE);
}
if (strcmp(f1,f2) == 0) {
printf("Here I go with %s and %s\n", f1, f2);
}
return(buf1.st_ino == buf2.st_ino &&
buf1.st_dev == buf2.st_dev);
#else