diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-03-23 17:10:28 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-03-23 21:22:34 (GMT) |
commit | a65a404186c69fabc61ea87459e22110c998fb1b (patch) | |
tree | 00de54305b8c3e9e9403b303f6717a48f205ec90 /Source/cmTarget.h | |
parent | ff91071a14885b9e031b262e5d576b8f174870a2 (diff) | |
download | CMake-a65a404186c69fabc61ea87459e22110c998fb1b.zip CMake-a65a404186c69fabc61ea87459e22110c998fb1b.tar.gz CMake-a65a404186c69fabc61ea87459e22110c998fb1b.tar.bz2 |
cmTarget: Inline private HasImportLibrary method
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 c0a0cb5..93d8303 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -269,9 +269,6 @@ private: private: cmTargetInternalPointer impl; - ///! Return whether or not the target has a DLL import library. - bool HasImportLibrary() const; - // Internal representation details. friend class cmTargetInternals; friend class cmGeneratorTarget; |