Commit dfcf44c6 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Flexelint cleanup

parent f43e9ae4
......@@ -31,14 +31,6 @@
// XXX: I think this is a flexelint bug:
-esym(522, vbit_clr)
// Stuff used outside varnishd
-esym(759, BackSlash)
-esym(765, BackSlash)
-esym(759, BackSlashDecode)
-esym(765, BackSlashDecode)
-esym(757, base64*)
// Stuff used by compiled VCL
-esym(757, VRT_*)
-esym(759, VRT_*)
......@@ -52,7 +44,6 @@
// FLINT Bug20090910_838
-efunc(838, VRT_purge)
-efunc(838, VRT_purge_string)
// Stuff in VMODs which is used through dl*(3) functions
-esym(754, Vmod_*_Func::*)
......@@ -89,7 +80,6 @@
-sem(exp_timer, thread_mono)
-sem(wrk_herdtimer_thread, thread_mono)
-sem(wrk_herder_thread, thread_mono)
-esym(458, VSL_stats)
-esym(458, heritage)
-esym(458, name_key)
......@@ -144,7 +134,6 @@
// cache_vcl.c
-esym(528, vcl_call_method) // Not referenced
-esym(528, vcl_handlingname) // Not referenced
-e441 // for clause irregularity: loop variable '___' not found in 2nd for expression
......
......@@ -8,14 +8,7 @@
-e785 // Too few initializers for aggregate
-e786 // String concatenation within initializer
// cache_center.c
-efunc(525, CNT_Session) // Negative indentation from line
-efunc(525, http_FilterHeader) // Negative indentation from line
-efunc(539, http_FilterHeader) // Positive indentation from line
// cache_vcl.c
-efunc(525, vcl_handlingname) // Negative indentation from line
-esym(528, vcl_handlingname) // Not referenced
-e641 // Converting enum 'cli_status_e' to int
// Review all below this line ///////////////////////////////////////////////
......
......@@ -3,7 +3,6 @@
-function(__assert(1), vtc_log(2))
-esym(850, av)
-esym(528, iter_call) // Flexelint bug
-esym(534, snprintf) // Only for varnishtest, and not really nice
......
......@@ -54,14 +54,7 @@
// cache.h
-emacro(506, INCOMPL) // Constant value Boolean
// cache_center.c
-efunc(525, CNT_Session) // Negative indentation from line
-efunc(525, http_FilterFields) // Negative indentation from line
-efunc(539, http_FilterFields) // Positive indentation from line
// cache_vcl.c
-efunc(525, vcl_handlingname) // Negative indentation from line
-esym(528, vcl_handlingname) // Not referenced
-e641 // Converting enum 'cli_status_e' to int
// Review all below this line ///////////////////////////////////////////////
......
Markdown is supported
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