git: c55f995502cb - main - sound: Remove unused FEEDER_DEBUG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jul 2024 11:56:27 UTC
The branch main has been updated by christos:
URL: https://cgit.FreeBSD.org/src/commit/?id=c55f995502cbaa2d38b7a7003bc27805b28a6a29
commit c55f995502cbaa2d38b7a7003bc27805b28a6a29
Author: Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2024-07-27 11:55:42 +0000
Commit: Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2024-07-27 11:55:42 +0000
sound: Remove unused FEEDER_DEBUG
No functional change intended.
Sponsored by: The FreeBSD Foundation
MFC after: 2 days
Reviewed by: dev_submerge.ch, markj
Differential Revision: https://reviews.freebsd.org/D45984
---
sys/dev/sound/pcm/feeder.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/dev/sound/pcm/feeder.c b/sys/dev/sound/pcm/feeder.c
index fdbf2a8353e0..ad6966331f02 100644
--- a/sys/dev/sound/pcm/feeder.c
+++ b/sys/dev/sound/pcm/feeder.c
@@ -39,7 +39,6 @@
static MALLOC_DEFINE(M_FEEDER, "feeder", "pcm feeder");
#define MAXFEEDERS 256
-#undef FEEDER_DEBUG
struct feedertab_entry {
SLIST_ENTRY(feedertab_entry) link;