Skip to content

Commit 0942bb2

Browse files
committed
v.markused: vfmt markused.v
1 parent bb2521e commit 0942bb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vlib/v/markused/markused.v

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ pub fn mark_used(mut table ast.Table, mut pref_ pref.Preferences, ast_files []&a
338338

339339
if 'C.cJSON_Parse' in all_fns {
340340
all_fn_root_names << 'tos5'
341-
342341
}
343342
mut walker := Walker{
344343
table: table

0 commit comments

Comments
 (0)