Skip to content

Commit

Permalink
Stop setting the token field in lf_set
Browse files Browse the repository at this point in the history
  • Loading branch information
lsk567 committed Apr 7, 2024
1 parent 0e1e61b commit 3a37b15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/api/reaction_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
do { \
out->value = val; \
lf_set_present(out); \
out->token = val; /* The long-term solution is to generate an event type for each connection buffer of primitive type. */ \
} while(0)
#else
#define lf_set(out, val) \
Expand Down

0 comments on commit 3a37b15

Please sign in to comment.