summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-07 20:36:13 (GMT)
committerBrad King <brad.king@kitware.com>2015-04-13 15:44:15 (GMT)
commitf71fdf0ec8289ada5b32b784bc2f6f617538ce0b (patch)
tree999615ca2865ab3e55291b00a9bd791284b531e1 /Source/cmCacheManager.h
parentff7169a03c2ae2e7a0440c1f2921b7ce6b2e486c (diff)
downloadCMake-f71fdf0ec8289ada5b32b784bc2f6f617538ce0b.zip
CMake-f71fdf0ec8289ada5b32b784bc2f6f617538ce0b.tar.gz
CMake-f71fdf0ec8289ada5b32b784bc2f6f617538ce0b.tar.bz2
cmMakefile: Remove unused CacheManager accessor.
Remove unneeded friend declarations from cmCacheManager.
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r--Source/cmCacheManager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h
index 64c7c0d..00ae334 100644
--- a/Source/cmCacheManager.h
+++ b/Source/cmCacheManager.h
@@ -248,10 +248,8 @@ private:
CacheEntryMap Cache;
// Only cmake and cmMakefile should be able to add cache values
// the commands should never use the cmCacheManager directly
- friend class cmMakefile; // allow access to add cache values
friend class cmState; // allow access to add cache values
friend class cmake; // allow access to add cache values
- friend class cmMarkAsAdvancedCommand; // allow access to add cache values
};
#endif