diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2015-10-02 09:04:37 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2015-10-02 09:04:37 +0000 |
commit | 1ed971305c18a6f3ef71e960906d292002b3c586 (patch) | |
tree | 47532636de2be93d4627fd171e4053b979a839df | |
parent | 70581c46a540e79801ba10b771b64bf46cb47a4e (diff) |
remove unused DEFAULT_OPT macro
-rw-r--r-- | lib/libsndio/amsg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libsndio/amsg.h b/lib/libsndio/amsg.h index 2841f2e6edf..d15eaa78272 100644 --- a/lib/libsndio/amsg.h +++ b/lib/libsndio/amsg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: amsg.h,v 1.6 2012/11/23 06:40:26 ratchov Exp $ */ +/* $OpenBSD: amsg.h,v 1.7 2015/10/02 09:04:36 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -24,7 +24,6 @@ */ #define AUCAT_PATH "aucat" #define AUCAT_PORT 11025 -#define DEFAULT_OPT "default" /* * WARNING: since the protocol may be simultaneously used by static |