diff options
author | bloodstalker <thabogre@gmail.com> | 2018-11-09 12:15:59 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-11-09 12:15:59 +0000 |
commit | 0d705a39d07eed0392181c2ba49ac2d10eef17e9 (patch) | |
tree | 9cc3a41f1e8474aaf7a9707cf55c2ee731cbd20a | |
parent | init commit (diff) | |
download | cfe-extra-master.tar.gz cfe-extra-master.zip |
Diffstat (limited to '')
-rw-r--r-- | cfe_extra.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cfe_extra.cpp b/cfe_extra.cpp index 5b17fb4..16ff8f2 100644 --- a/cfe_extra.cpp +++ b/cfe_extra.cpp @@ -156,11 +156,6 @@ bool IsTheMatchInMainFile(bool MainFileFlag, bool MainFile) { /*********************************************************************************************************************/ /*End of namespace Devi*/ } -#pragma weak main -int main(int argc, char** argv) { - std::cout << "cfe_extra, version 1.0.0\n"; - return 0; -} /*********************************************************************************************************************/ /*last line intentionally left blank.*/ |