[Lldb-commits] [lldb] 7255793 - [intel-mpx] Delete an unnecessary license header

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 3 17:27:51 PDT 2020


Author: Walter Erquinigo
Date: 2020-04-03T17:27:37-07:00
New Revision: 725579379deea21bb4201731fe6d6e70ed98961d

URL: https://github.com/llvm/llvm-project/commit/725579379deea21bb4201731fe6d6e70ed98961d
DIFF: https://github.com/llvm/llvm-project/commit/725579379deea21bb4201731fe6d6e70ed98961d.diff

LOG: [intel-mpx] Delete an unnecessary license header

Summary:
@labath mentioned to me that test files shouldn't have a license header.
I saw this one some days ago, so I'm doing some cleaning.

Reviewers: labath, clayborg

Subscribers: lldb-commits, labath

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D77328

Added: 
    

Modified: 
    lldb/tools/intel-features/intel-mpx/test/main.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/tools/intel-features/intel-mpx/test/main.cpp b/lldb/tools/intel-features/intel-mpx/test/main.cpp
index 2f5253ed8600..ecc292866ff6 100644
--- a/lldb/tools/intel-features/intel-mpx/test/main.cpp
+++ b/lldb/tools/intel-features/intel-mpx/test/main.cpp
@@ -1,12 +1,3 @@
-//===-- main.cpp ------------------------------------------------*- C++ -*-===//
-////
-//// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-//// See https://llvm.org/LICENSE.txt for license information.
-//// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-////
-////===----------------------------------------------------------------------===//
-//
-
 const int size = 5;
 
 #include <cstddef>


        


More information about the lldb-commits mailing list