diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 9990cdd..d22df65 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -306,9 +306,6 @@ private: TargetType type, const char* config); - // update the value of the LOCATION var - void UpdateLocation(); - // Use a makefile variable to set a default for the given property. // If the variable is not defined use the given default instead. void SetPropertyDefault(const char* property, const char* default_value); |