diff options
author | Brad King <brad.king@kitware.com> | 2021-03-04 18:50:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-03-05 14:34:58 (GMT) |
commit | 99f6f1b3b9df00f0221a0603fca12c4388f3c596 (patch) | |
tree | d84ea3c2c6ac587ce184f1d57ea5786eac5aa487 /Source/cmGlobalVisualStudio10Generator.h | |
parent | 1b774e18fbf98b1e5b3b046e621e36f2e7d145f5 (diff) | |
download | CMake-99f6f1b3b9df00f0221a0603fca12c4388f3c596.zip CMake-99f6f1b3b9df00f0221a0603fca12c4388f3c596.tar.gz CMake-99f6f1b3b9df00f0221a0603fca12c4388f3c596.tar.bz2 |
cmGlobalVisualStudio10Generator: Remove redundant arguments
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio10Generator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.h b/Source/cmGlobalVisualStudio10Generator.h index d683c37..5160f29 100644 --- a/Source/cmGlobalVisualStudio10Generator.h +++ b/Source/cmGlobalVisualStudio10Generator.h @@ -170,7 +170,6 @@ protected: std::string const& GetMSBuildCommand(); cmIDEFlagTable const* LoadFlagTable(std::string const& optionsName, - std::string const& toolsetName, std::string const& defaultName, std::string const& table) const; |