Remove unused code

This commit is contained in:
Daniel Zaoui 2015-11-15 15:40:31 +02:00
parent 4d76b6954c
commit fec134acba
1 changed files with 0 additions and 4 deletions

View File

@ -14,10 +14,6 @@
#include <Eolian_Debug.h>
# ifdef HAVE_CONFIG_H
# include "config.h"
# endif
#define EXTRACT(_buf, pval, sz) \
{ \
memcpy(pval, _buf, sz); \