diff options
author | Max Kellermann <max@musicpd.org> | 2020-10-28 15:46:41 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-10-28 15:47:05 +0100 |
commit | 1195eb266e2b1c5908d16a79c2d432359e7cd100 (patch) | |
tree | d081a023353e59267b2e3897d646ecbbadca5a05 /test | |
parent | 3562a3e51eba3c5f1f0b555ddc4fa6c47ec18a9a (diff) |
protocol/Ack: remove unused variable `ack_domain`
Diffstat (limited to 'test')
-rw-r--r-- | test/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build index a33b16d15..014899257 100644 --- a/test/meson.build +++ b/test/meson.build @@ -264,7 +264,6 @@ if enable_database executable( 'DumpDatabase', 'DumpDatabase.cxx', - '../src/protocol/Ack.cxx', '../src/db/Registry.cxx', '../src/db/Selection.cxx', '../src/db/PlaylistVector.cxx', |