From 7247d5e2ea3e43a48c1f85bf263c5237d459641a Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Thu, 21 Jun 2012 21:30:11 +0000 Subject: [Author: dmaclach] Clean up some basic issues in GTM. Also removes GTMUniqueFileObjectPathBasedOn which depended on mktemp which is bad. R=thomasvl DELTA=55 (6 added, 32 deleted, 17 changed) --- Foundation/GTMNSFileHandle+UniqueName.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Foundation/GTMNSFileHandle+UniqueName.h') diff --git a/Foundation/GTMNSFileHandle+UniqueName.h b/Foundation/GTMNSFileHandle+UniqueName.h index 38197cd..85b7933 100644 --- a/Foundation/GTMNSFileHandle+UniqueName.h +++ b/Foundation/GTMNSFileHandle+UniqueName.h @@ -75,7 +75,3 @@ inDirectory:(NSSearchPathDirectory)directory domainMask:(NSSearchPathDomainMask)mask; @end - -// Same template as you would pass to mktemp. Note that this has the same -// potential race conditions for use with file creation as mktemp does. -GTM_EXTERN NSString *GTMUniqueFileObjectPathBasedOn(NSString *pathTemplate); -- cgit v1.2.3