hello3: Fix warning unused variable
[src/app-framework-binder.git] / bindings / samples / hello3.c
index 131e0e4..1d7c195 100644 (file)
@@ -627,7 +627,6 @@ static void in_after (afb_req_t request)
        char *te;
        double td;
        struct timespec t;
-       void (*calling)(afb_req_t);
 
        /* get the type */
        ty = afb_req_value(request, "type") ?: "call";