Removed useless -quiet switch.

This commit is contained in:
David Nadlinger
2013-02-13 00:07:49 +01:00
parent 243083b88c
commit e7bbacadb7
3 changed files with 4 additions and 20 deletions
-4
View File
@@ -15,10 +15,6 @@
#ifndef LDC_DRIVER_LINKER_H
#define LDC_DRIVER_LINKER_H
#include "llvm/Support/CommandLine.h"
extern llvm::cl::opt<bool> quiet;
/**
* Link an executable only from object files.
* @param argv0 the argv[0] value as passed to main