aboutsummaryrefslogtreecommitdiffstats
path: root/src/state.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-17 16:20:28 +0000
committerDavid Robillard <d@drobilla.net>2015-10-17 16:20:28 +0000
commit5537b613c517e258ed3209ac0f72e012fb314928 (patch)
treef21a3dc7aa070ff0378b6e6649fd3204092d7d5e /src/state.c
parent238c509b15c71e9a13541630557ed9c62df01d0e (diff)
downloadjalv-5537b613c517e258ed3209ac0f72e012fb314928.tar.gz
jalv-5537b613c517e258ed3209ac0f72e012fb314928.tar.bz2
jalv-5537b613c517e258ed3209ac0f72e012fb314928.zip
Remove unused defines
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5769 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/state.c')
-rw-r--r--src/state.c5
1 files changed, 1 insertions, 4 deletions
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 <http://drobilla.net>
+ Copyright 2007-2015 David Robillard <http://drobilla.net>
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 <assert.h>
#include <stdio.h>
#include <stdlib.h>