X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Flttng-abi.c;h=c3e676902d787fe88c84d0ef034930f169cd4372;hb=43e623f93ffb9386165c2149705ee716ef88e3a5;hp=fa7eca6ff69109f5de3b6f93abe4b98ef299a68c;hpb=f9208dc00756dfa0a2f191799722030bdf3f793d;p=lttng-modules.git diff --git a/src/lttng-abi.c b/src/lttng-abi.c index fa7eca6f..c3e67690 100644 --- a/src/lttng-abi.c +++ b/src/lttng-abi.c @@ -730,7 +730,6 @@ long lttng_counter_ioctl(struct file *file, unsigned int cmd, unsigned long arg) return lttng_kernel_counter_clear(counter, indexes); } default: - WARN_ON_ONCE(1); return -ENOSYS; } }