summaryrefslogtreecommitdiffstats
path: root/Source/cmVariableWatch.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2014-05-05 21:25:24 (GMT)
committerBrad King <brad.king@kitware.com>2014-05-22 14:36:49 (GMT)
commitd849800351a6ed91f3d6b149bb9e50aaa4c42a99 (patch)
tree0d5304b770ede7ac3b76189c663edb0bdf252fec /Source/cmVariableWatch.h
parent96e9eb1766261605ebc97009d6ace20214eaa9a4 (diff)
downloadCMake-d849800351a6ed91f3d6b149bb9e50aaa4c42a99.zip
CMake-d849800351a6ed91f3d6b149bb9e50aaa4c42a99.tar.gz
CMake-d849800351a6ed91f3d6b149bb9e50aaa4c42a99.tar.bz2
variable_watch: Remove undocumented and redundant access type
The ALLOWED_UNKNOWN_VARIABLE_READ_ACCESS access type was switched on an undocumented variable and its lookup caused an unnecessary performance impact. Remove it.
Diffstat (limited to 'Source/cmVariableWatch.h')
-rw-r--r--Source/cmVariableWatch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmVariableWatch.h b/Source/cmVariableWatch.h
index c86fad0..0ca4a55 100644
--- a/Source/cmVariableWatch.h
+++ b/Source/cmVariableWatch.h
@@ -53,7 +53,6 @@ public:
VARIABLE_READ_ACCESS = 0,
UNKNOWN_VARIABLE_READ_ACCESS,
UNKNOWN_VARIABLE_DEFINED_ACCESS,
- ALLOWED_UNKNOWN_VARIABLE_READ_ACCESS,
VARIABLE_MODIFIED_ACCESS,
VARIABLE_REMOVED_ACCESS,
NO_ACCESS