aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-10-15 21:10:23 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-10-15 21:10:23 +0000
commit5dcfbf8df7de8cbdc2dbd699cdb980b4d18fb1c7 (patch)
tree576289010a8a229cd95fd2e1185549ef77da38fb
parent9ba6c2468a3e9c2638bfda785f38f7881c3e7f5d (diff)
[Author: thomasvl]
We dropped these a long time ago, but apparently one header got left behind. R=dmaclach DELTA=22 (0 added, 22 deleted, 0 changed)
-rw-r--r--Foundation/GTMProgressMonitorInputStream.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/Foundation/GTMProgressMonitorInputStream.h b/Foundation/GTMProgressMonitorInputStream.h
deleted file mode 100644
index 5f779bc..0000000
--- a/Foundation/GTMProgressMonitorInputStream.h
+++ /dev/null
@@ -1,22 +0,0 @@
-//
-// GTMProgressMonitorInputStream.m
-//
-// Copyright 2007-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.
-//
-
-// This class is no more. If you want something like it's functionality, look
-// at using the version in the Objective-C GData Client
-// (http://code.google.com/p/gdata-objectivec-client/). It provides the same
-// functionality and will continue to be maintained.