llvm-profdata: Remove an empty comment
authorJustin Bogner <mail@justinbogner.com>
Thu, 20 Mar 2014 18:37:27 +0000 (18:37 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 20 Mar 2014 18:37:27 +0000 (18:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204370 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-profdata/llvm-profdata.cpp

index d8abafc33c20f7937adb35ef42b137394a7c011f..47e213113578bc15fa10d263914eeed6d27fb003 100644 (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"));