From 5537b613c517e258ed3209ac0f72e012fb314928 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 17 Oct 2015 16:20:28 +0000 Subject: Remove unused defines git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5769 a436a847-0d15-0410-975c-d299462d15a1 --- src/state.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/state.c b/src/state.c index 4c76859..d0c04e4 100644 --- a/src/state.c +++ b/src/state.c @@ -1,5 +1,5 @@ /* - Copyright 2007-2014 David Robillard + Copyright 2007-2015 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -14,9 +14,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define _POSIX_C_SOURCE 200112L /* for fileno */ -#define _BSD_SOURCE 1 /* for lockf */ - #include #include #include -- cgit v1.2.1