[Lldb-commits] [lldb] dee4cbc - [lldb][NFC] Remove some redundant comment containing just the file name
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Wed May 6 04:58:47 PDT 2020
Author: Raphael Isemann
Date: 2020-05-06T13:58:25+02:00
New Revision: dee4cbcd479f075ae33a8d3841fedde388c45782
URL: https://github.com/llvm/llvm-project/commit/dee4cbcd479f075ae33a8d3841fedde388c45782
DIFF: https://github.com/llvm/llvm-project/commit/dee4cbcd479f075ae33a8d3841fedde388c45782.diff
LOG: [lldb][NFC] Remove some redundant comment containing just the file name
Added:
Modified:
lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py
Removed:
################################################################################
diff --git a/lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py b/lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py
index 23b26772554d..5346b9904ce5 100644
--- a/lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py
+++ b/lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py
@@ -1,4 +1,3 @@
-# TestMacABImacOSFramework.py
import lldb
from lldbsuite.test.lldbtest import *
from lldbsuite.test.decorators import *
More information about the lldb-commits
mailing list