summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-03-23 17:10:28 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2019-03-23 21:22:34 (GMT)
commita65a404186c69fabc61ea87459e22110c998fb1b (patch)
tree00de54305b8c3e9e9403b303f6717a48f205ec90 /Source/cmTarget.h
parentff91071a14885b9e031b262e5d576b8f174870a2 (diff)
downloadCMake-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.h3
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;