From 88c643b6fec27eec436c8d138fee6346e92337d6 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Tue, 20 Aug 2019 18:01:57 +0000 Subject: Remove upstream files and directories from vendor/lldb/dist that we do not use. This saves on repository space, and reduces the number of tree conflicts when merging. --- .../test/lang/cpp/gmodules-templates/module.modulemap | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/module.modulemap (limited to 'packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/module.modulemap') diff --git a/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/module.modulemap b/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/module.modulemap deleted file mode 100644 index 2f05073a0b85..000000000000 --- a/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -module A { - header "a.h" -} - -module B { - header "b.h" -} - -module std { - header "memory.h" -} -- cgit v1.2.3