From e101fa757ea0c4348804981393386159d5e9c99b Mon Sep 17 00:00:00 2001 From: Arne Harren Date: Thu, 27 Sep 2012 21:09:27 +0200 Subject: [PATCH] Remove unused LibComponentLogging-NSLog configuration file --- RestKit.xcodeproj/project.pbxproj | 2 -- .../NSLog/lcl_config_logger.h | 29 ------------------- 2 files changed, 31 deletions(-) delete mode 100644 Vendor/LibComponentLogging/NSLog/lcl_config_logger.h diff --git a/RestKit.xcodeproj/project.pbxproj b/RestKit.xcodeproj/project.pbxproj index f15a0195a3..9d6e2dccaa 100644 --- a/RestKit.xcodeproj/project.pbxproj +++ b/RestKit.xcodeproj/project.pbxproj @@ -730,7 +730,6 @@ 25160EA51456532C0060A5C5 /* lcl_config_extensions.template.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lcl_config_extensions.template.h; sourceTree = ""; }; 25160EA61456532C0060A5C5 /* lcl_config_logger.template.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lcl_config_logger.template.h; sourceTree = ""; }; 25160EA71456532C0060A5C5 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; - 25160EAF1456532C0060A5C5 /* lcl_config_logger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lcl_config_logger.h; sourceTree = ""; }; 25160EB01456532C0060A5C5 /* LCLNSLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LCLNSLog.h; sourceTree = ""; }; 25160EB11456532C0060A5C5 /* LCLNSLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LCLNSLog.m; sourceTree = ""; }; 25160EBD1456532C0060A5C5 /* SOCKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SOCKit.h; sourceTree = ""; }; @@ -1350,7 +1349,6 @@ 25160EAE1456532C0060A5C5 /* NSLog */ = { isa = PBXGroup; children = ( - 25160EAF1456532C0060A5C5 /* lcl_config_logger.h */, 25160EB01456532C0060A5C5 /* LCLNSLog.h */, 25160EB11456532C0060A5C5 /* LCLNSLog.m */, ); diff --git a/Vendor/LibComponentLogging/NSLog/lcl_config_logger.h b/Vendor/LibComponentLogging/NSLog/lcl_config_logger.h deleted file mode 100644 index b476ca6f8f..0000000000 --- a/Vendor/LibComponentLogging/NSLog/lcl_config_logger.h +++ /dev/null @@ -1,29 +0,0 @@ -// -// -// lcl_config_logger.h -// -// -// Copyright (c) 2008-2009 Arne Harren -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - - -// Use the LCLNSLog logger. -#import "LCLNSLog.h" -