summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index 5ecf1e5..bcc250f 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -3,11 +3,6 @@
int main(int ac, char** av)
{
cmake cm;
- if(ac < 1)
- {
- cm.Usage(av[0]);
- return -1;
- }
std::vector<std::string> args;
for(int i =0; i < ac; ++i)
{