diff --git a/mozilla/lib/mac/MoreFiles/MoreFilesSearch.c b/mozilla/lib/mac/MoreFiles/MoreFilesSearch.c index 0d4f83af32c..8d0d3f24c50 100644 --- a/mozilla/lib/mac/MoreFiles/MoreFilesSearch.c +++ b/mozilla/lib/mac/MoreFiles/MoreFilesSearch.c @@ -707,7 +707,10 @@ static long GetDirModDate(short vRefNum, } /*****************************************************************************/ - +#if !TARGET_CARBON +/* NSCP - pinkerton + * some of the timer stuff is mismatched for carbon. We don't use it anyway. + */ pascal OSErr IndexedSearch(CSParamPtr pb, long dirID) { @@ -982,6 +985,7 @@ pascal OSErr IndexedSearch(CSParamPtr pb, return ( result ); } +#endif /*****************************************************************************/