Updated Branches: refs/heads/master e58f72c31 -> 9e6b94451
Remove unused ts_resource.h Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9e6b9445 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/9e6b9445 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/9e6b9445 Branch: refs/heads/master Commit: 9e6b944516a130d9a665280e98db9a8c605b8c0e Parents: e58f72c Author: James Peach <[email protected]> Authored: Fri Oct 5 18:58:33 2012 -0700 Committer: James Peach <[email protected]> Committed: Fri Oct 5 18:58:33 2012 -0700 ---------------------------------------------------------------------- proxy/ts_resource.h | 39 --------------------------------------- 1 files changed, 0 insertions(+), 39 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9e6b9445/proxy/ts_resource.h ---------------------------------------------------------------------- diff --git a/proxy/ts_resource.h b/proxy/ts_resource.h deleted file mode 100644 index 4a1d47b..0000000 --- a/proxy/ts_resource.h +++ /dev/null @@ -1,39 +0,0 @@ -/** @file - - A brief file description - - @section license License - - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you 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. - */ - -//{{NO_DEPENDENCIES}} -// Microsoft Developer Studio generated include file. -// Used by ts_icon.rc -// -#define IDI_ICON1 101 - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 107 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1000 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif
