Skip to content

Commit 4f97098

Browse files
committed
chore(driver): remove forgotten comment
Signed-off-by: Leonardo Di Giovanna <[email protected]>
1 parent 3853c26 commit 4f97098

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

driver/main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ or GPL2.txt for full copies of the license.
5656
MODULE_LICENSE("Dual MIT/GPL");
5757
MODULE_AUTHOR("the Falco authors");
5858

59-
/* Trigger driver CI */
60-
6159
#define TRACEPOINT_PROBE_REGISTER(p1, p2) tracepoint_probe_register(p1, p2, NULL)
6260
#define TRACEPOINT_PROBE_UNREGISTER(p1, p2) tracepoint_probe_unregister(p1, p2, NULL)
6361
#define TRACEPOINT_PROBE(probe, args...) static void probe(void *__data, args)

0 commit comments

Comments
 (0)