From 725579379deea21bb4201731fe6d6e70ed98961d Mon Sep 17 00:00:00 2001 From: Walter Erquinigo Date: Thu, 2 Apr 2020 12:03:32 -0700 Subject: [PATCH] [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 --- lldb/tools/intel-features/intel-mpx/test/main.cpp | 9 --------- 1 file changed, 9 deletions(-) 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