diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/virtual-overload/Makefile')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/virtual-overload/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/virtual-overload/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/virtual-overload/Makefile deleted file mode 100644 index 99998b20bcb..00000000000 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/virtual-overload/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -CXX_SOURCES := main.cpp - -include Makefile.rules |