Repository: trafficserver Updated Branches: refs/heads/master a23a03d5b -> e54da854c
Remove unused function local_cache() Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e54da854 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e54da854 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e54da854 Branch: refs/heads/master Commit: e54da854c03bc6e9ab4835f78769c60f9ce4cceb Parents: a23a03d Author: James Peach <[email protected]> Authored: Fri Apr 10 16:32:37 2015 -0700 Committer: James Peach <[email protected]> Committed: Fri Apr 10 16:33:06 2015 -0700 ---------------------------------------------------------------------- iocore/cache/P_CacheInternal.h | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e54da854/iocore/cache/P_CacheInternal.h ---------------------------------------------------------------------- diff --git a/iocore/cache/P_CacheInternal.h b/iocore/cache/P_CacheInternal.h index 3d95778..569182d 100644 --- a/iocore/cache/P_CacheInternal.h +++ b/iocore/cache/P_CacheInternal.h @@ -1272,12 +1272,6 @@ CacheProcessor::IsCacheReady(CacheFragType type) return (bool)(cache_ready & (1 << type)); } -TS_INLINE Cache * -local_cache() -{ - return theCache; -} - LINK_DEFINITION(CacheVC, opendir_link) #endif /* _P_CACHE_INTERNAL_H__ */
