Skip to content
Snippets Groups Projects
Commit 23df95e0 authored by Libor Peltan's avatar Libor Peltan Committed by Daniel Salzman
Browse files

layer/api: removed useless void pointer

parent 1bfd5f2a
Branches
Tags
1 merge request!651Huge rrset
......@@ -58,7 +58,6 @@ struct knot_layer_api {
int (*consume)(knot_layer_t *ctx, knot_pkt_t *pkt);
int (*produce)(knot_layer_t *ctx, knot_pkt_t *pkt);
int (*fail)(knot_layer_t *ctx, knot_pkt_t *pkt);
void *data;
};
/*!
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment