diff options
Diffstat (limited to 'lldb/test/API/python_api/value')
| -rw-r--r-- | lldb/test/API/python_api/value/empty_class/main.cpp | 8 | ||||
| -rw-r--r-- | lldb/test/API/python_api/value/linked_list/main.cpp | 7 | ||||
| -rw-r--r-- | lldb/test/API/python_api/value/main.c | 7 |
3 files changed, 0 insertions, 22 deletions
diff --git a/lldb/test/API/python_api/value/empty_class/main.cpp b/lldb/test/API/python_api/value/empty_class/main.cpp index 483a57e..9051dbb 100644 --- a/lldb/test/API/python_api/value/empty_class/main.cpp +++ b/lldb/test/API/python_api/value/empty_class/main.cpp @@ -1,11 +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 -// -//===----------------------------------------------------------------------===// - class Empty {}; int main (int argc, char const *argv[]) { diff --git a/lldb/test/API/python_api/value/linked_list/main.cpp b/lldb/test/API/python_api/value/linked_list/main.cpp index edd175ae..13982bf 100644 --- a/lldb/test/API/python_api/value/linked_list/main.cpp +++ b/lldb/test/API/python_api/value/linked_list/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> class Task { diff --git a/lldb/test/API/python_api/value/main.c b/lldb/test/API/python_api/value/main.c index 68b3c12..c2e0dc8 100644 --- a/lldb/test/API/python_api/value/main.c +++ b/lldb/test/API/python_api/value/main.c @@ -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 <stdint.h> |
