From: Justin Bogner Date: Thu, 20 Mar 2014 18:37:27 +0000 (+0000) Subject: llvm-profdata: Remove an empty comment X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0b087184cec3ec5435798c9b8cb297a94f0bff7e;p=oota-llvm.git llvm-profdata: Remove an empty comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204370 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-profdata/llvm-profdata.cpp b/tools/llvm-profdata/llvm-profdata.cpp index d8abafc33c2..47e21311357 100644 --- a/tools/llvm-profdata/llvm-profdata.cpp +++ b/tools/llvm-profdata/llvm-profdata.cpp @@ -31,7 +31,6 @@ static void exitWithError(const std::string &Message, ::exit(1); } -//===----------------------------------------------------------------------===// int merge_main(int argc, const char *argv[]) { cl::opt Filename1(cl::Positional, cl::Required, cl::desc("file1"));