aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/thread
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/python_api/thread')
-rw-r--r--lldb/test/API/python_api/thread/main.cpp7
-rw-r--r--lldb/test/API/python_api/thread/main2.cpp7
2 files changed, 0 insertions, 14 deletions
diff --git a/lldb/test/API/python_api/thread/main.cpp b/lldb/test/API/python_api/thread/main.cpp
index 01c8404a..dde740a 100644
--- a/lldb/test/API/python_api/thread/main.cpp
+++ b/lldb/test/API/python_api/thread/main.cpp
@@ -1,10 +1,3 @@
-//===-- main.c --------------------------------------------------*- 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
-//
-//===----------------------------------------------------------------------===//
#include <stdio.h>
// This simple program is to test the lldb Python API related to thread.
diff --git a/lldb/test/API/python_api/thread/main2.cpp b/lldb/test/API/python_api/thread/main2.cpp
index 57c485c..b07841c 100644
--- a/lldb/test/API/python_api/thread/main2.cpp
+++ b/lldb/test/API/python_api/thread/main2.cpp
@@ -1,10 +1,3 @@
-//===-- main.c --------------------------------------------------*- 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
-//
-//===----------------------------------------------------------------------===//
#include <stdio.h>
#include <stdlib.h>