summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pcm/buffer.c')
-rw-r--r--sys/dev/sound/pcm/buffer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/sound/pcm/buffer.c b/sys/dev/sound/pcm/buffer.c
index 9a49e28..dd74271 100644
--- a/sys/dev/sound/pcm/buffer.c
+++ b/sys/dev/sound/pcm/buffer.c
@@ -30,8 +30,6 @@
SND_DECLARE_FILE("$FreeBSD$");
-#define MIN(x, y) (((x) < (y))? (x) : (y))
-
#define SNDBUF_NAMELEN 48
struct snd_dbuf {
device_t dev;
OpenPOWER on IntegriCloud