diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-08-09 22:26:51 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-08-09 23:22:11 -0700 |
commit | 3775b6ac88720ab10237bab4817313c920daffcb (patch) | |
tree | 9063b98f95469d8bbf3028ea8646444181d27476 /meson | |
parent | 9851be99b9741ae9441354336d7f1f0235d03c48 (diff) |
package: remove unused autotools code, empty file
I noticed there was some stuff setting configureFlags that definitely do
not do anything with meson, so let's rip them out.
As for the empty file, it was added when I was thinking I needed a fake
C++ target to convince meson to create the necessary dependencies. That
was not in fact possible so it should have never been committed.
Change-Id: Ied4723d8a5d21aed85f352c48b080ab2c977a496
Diffstat (limited to 'meson')
-rw-r--r-- | meson/clang-tidy/fake.cc | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/meson/clang-tidy/fake.cc b/meson/clang-tidy/fake.cc deleted file mode 100644 index e69de29bb..000000000 --- a/meson/clang-tidy/fake.cc +++ /dev/null |