aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-08-02 18:48:27 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-08-02 22:26:42 +0200
commitd0c20134a2c9ecb53045b63cb1e0d6e2aa2b26d2 (patch)
treec8edad01286f0dbb2a279b05ccaf7a5184cb58e9 /src/CMakeLists.txt
parent2bf6bc3dfe6bded000211194a34cdfef599f8140 (diff)
afb-xreq: integration of subcalls
The file afb-subcall is now integrated within afb-xreq. It improves memory allocation and performance of synchronous calls. Change-Id: I4190199babbe0559527438b530b19ac9a35ec38b Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6db4d4f2..d2789846 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -55,7 +55,6 @@ ADD_LIBRARY(afb-lib STATIC
afb-msg-json.c
afb-session.c
afb-stub-ws.c
- afb-subcall.c
afb-svc.c
afb-websock.c
afb-ws-client.c