diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-10-19 21:17:10 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-10-21 16:14:51 (GMT) |
commit | 4fb70919a57582e4ca7c2a9f6bc4f72b38f9af86 (patch) | |
tree | 70734798cfea61f17dda417527ab04153c2f85bc /Source/cmCommandsForBootstrap.cxx | |
parent | 608afd4f62f57fe3f9dcac1e9cc94b8bd1adf9c6 (diff) | |
download | CMake-4fb70919a57582e4ca7c2a9f6bc4f72b38f9af86.zip CMake-4fb70919a57582e4ca7c2a9f6bc4f72b38f9af86.tar.gz CMake-4fb70919a57582e4ca7c2a9f6bc4f72b38f9af86.tar.bz2 |
Create all commands from a single function
Diffstat (limited to 'Source/cmCommandsForBootstrap.cxx')
-rw-r--r-- | Source/cmCommandsForBootstrap.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmCommandsForBootstrap.cxx b/Source/cmCommandsForBootstrap.cxx deleted file mode 100644 index 1b3bf51..0000000 --- a/Source/cmCommandsForBootstrap.cxx +++ /dev/null @@ -1,7 +0,0 @@ -/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying - file Copyright.txt or https://cmake.org/licensing for details. */ -#include "cmCommands.h" - -void GetPredefinedCommands(std::vector<cmCommand*>&) -{ -} |