diff options
author | Thomas Van Lenten <thomasvl@google.com> | 2016-04-29 14:21:06 -0400 |
---|---|---|
committer | Thomas Van Lenten <thomasvl@google.com> | 2016-04-29 14:21:06 -0400 |
commit | 45ef69578f7f36dd200edd894b53bc1ab55becc7 (patch) | |
tree | 95fc6744eedda9349a965b9b0921a1196ac7b790 | |
parent | b1656a461d5864c9c2662b9e329c29dfc8c9f777 (diff) | |
parent | 5412123a351e608905dab8e9685259eddcb21748 (diff) |
Merge pull request #115 from thomasvl/remove_gc_bits
Remove GTMGarbageCollection.h
-rw-r--r-- | Foundation/GTMGarbageCollection.h | 4 | ||||
-rw-r--r-- | GTMiPhone.xcodeproj/project.pbxproj | 2 | ||||
-rw-r--r-- | ReleaseNotes.md | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/Foundation/GTMGarbageCollection.h b/Foundation/GTMGarbageCollection.h deleted file mode 100644 index 19ba255..0000000 --- a/Foundation/GTMGarbageCollection.h +++ /dev/null @@ -1,4 +0,0 @@ -// -// This file previously included utility functions for working -// with Garbage Collection on Mac OS X. -// diff --git a/GTMiPhone.xcodeproj/project.pbxproj b/GTMiPhone.xcodeproj/project.pbxproj index 915d7bd..4b33e27 100644 --- a/GTMiPhone.xcodeproj/project.pbxproj +++ b/GTMiPhone.xcodeproj/project.pbxproj @@ -400,7 +400,6 @@ 8BC047770DAE928A00C2D1CA /* GTMCalculatedRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTMCalculatedRange.h; sourceTree = "<group>"; }; 8BC047780DAE928A00C2D1CA /* GTMCalculatedRange.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTMCalculatedRange.m; sourceTree = "<group>"; }; 8BC047790DAE928A00C2D1CA /* GTMCalculatedRangeTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTMCalculatedRangeTest.m; sourceTree = "<group>"; }; - 8BC0477A0DAE928A00C2D1CA /* GTMGarbageCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTMGarbageCollection.h; sourceTree = "<group>"; }; 8BC0477E0DAE928A00C2D1CA /* GTMNSData+zlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTMNSData+zlib.h"; sourceTree = "<group>"; }; 8BC0477F0DAE928A00C2D1CA /* GTMNSData+zlib.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GTMNSData+zlib.m"; sourceTree = "<group>"; }; 8BC047800DAE928A00C2D1CA /* GTMNSData+zlibTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GTMNSData+zlibTest.m"; sourceTree = "<group>"; }; @@ -696,7 +695,6 @@ F418AF930E7558DC004FB565 /* GTMExceptionalInlines.h */, F418AF940E7558DC004FB565 /* GTMExceptionalInlines.m */, F418AF950E7558DC004FB565 /* GTMExceptionalInlinesTest.m */, - 8BC0477A0DAE928A00C2D1CA /* GTMGarbageCollection.h */, F439ADED0DBD3C4000BE9B91 /* GTMGeometryUtils.h */, F439ADEE0DBD3C4000BE9B91 /* GTMGeometryUtils.m */, F439ADEF0DBD3C4000BE9B91 /* GTMGeometryUtilsTest.m */, diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 339aaa3..8d55d1a 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -39,6 +39,9 @@ Changes since 1.6.0<br> - Removed GTM_ENABLE_LEAKS. +- Removed GTMGarbageCollection.h. + + **Release 1.6.0**<br> Changes since 1.5.1<br> 18-August-2010 |