]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/thread.c
Merge pull request #12708 from donaldsharp/no_notification
[mirror_frr.git] / lib / thread.c
index 9eac9b410a4a76d08229b8761b6c9653da26bc4d..4078634f75fef55b3e41a07c7fae64ef792aff57 100644 (file)
@@ -102,9 +102,7 @@ unsigned long cputime_threshold = CONSUMED_TIME_CHECK;
 unsigned long walltime_threshold = CONSUMED_TIME_CHECK;
 
 /* CLI start ---------------------------------------------------------------- */
-#ifndef VTYSH_EXTRACT_PL
 #include "lib/thread_clippy.c"
-#endif
 
 static unsigned int cpu_record_hash_key(const struct cpu_thread_history *a)
 {