aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-07-06 15:45:03 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:24:00 +0200
commit08d25dcc9db8ff5f3ef4456f056d3e89f70e4f1f (patch)
tree4f10db412846278494420e938496a9328f050a4a /src
parentdfb4728ebe8b26499cb62e774952110d0dc1c9c1 (diff)
util: do not define needed afb version
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src')
-rw-r--r--src/util.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.hpp b/src/util.hpp
index 94838c0..253f656 100644
--- a/src/util.hpp
+++ b/src/util.hpp
@@ -6,7 +6,6 @@
#include <vector>
extern "C" {
-#define AFB_BINDING_VERSION 2
#include <afb/afb-binding.h>
};