aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMUnitTestDevLog.h
diff options
context:
space:
mode:
Diffstat (limited to 'UnitTesting/GTMUnitTestDevLog.h')
-rw-r--r--UnitTesting/GTMUnitTestDevLog.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/UnitTesting/GTMUnitTestDevLog.h b/UnitTesting/GTMUnitTestDevLog.h
deleted file mode 100644
index 35d5e0d..0000000
--- a/UnitTesting/GTMUnitTestDevLog.h
+++ /dev/null
@@ -1,31 +0,0 @@
-//
-// GTMUnitTestDevLog.h
-//
-// Copyright 2008 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations under
-// the License.
-//
-
-#import <Foundation/Foundation.h>
-#import "GTMDefines.h"
-
-// GTMUnitTestDevLog modifies assertion logs so they don't get trapped by
-// build systems.
-
-@interface GTMUnitTestDevLog : NSObject
-
-// Turn tracking on/off
-+ (void)enableTracking;
-+ (void)disableTracking;
-
-@end