llvm-profdata: Remove an empty comment

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204370 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Justin Bogner 2014-03-20 18:37:27 +00:00
parent 072228083f
commit 0b087184ce

View File

@ -31,7 +31,6 @@ static void exitWithError(const std::string &Message,
::exit(1);
}
//===----------------------------------------------------------------------===//
int merge_main(int argc, const char *argv[]) {
cl::opt<std::string> Filename1(cl::Positional, cl::Required,
cl::desc("file1"));