diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2014-05-05 17:25:24 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-05-22 10:36:49 -0400 |
commit | d849800351a6ed91f3d6b149bb9e50aaa4c42a99 (patch) | |
tree | 0d5304b770ede7ac3b76189c663edb0bdf252fec /Source/cmVariableWatch.h | |
parent | 96e9eb1766261605ebc97009d6ace20214eaa9a4 (diff) | |
download | cmake-d849800351a6ed91f3d6b149bb9e50aaa4c42a99.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmVariableWatch.h b/Source/cmVariableWatch.h index c86fad03ce..0ca4a5580e 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 |