Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Change unused global functions to file local static functions#9492

Closed
yegappan wants to merge 1 commit intovim:masterfrom
yegappan:opfunc
Closed

Change unused global functions to file local static functions#9492
yegappan wants to merge 1 commit intovim:masterfrom
yegappan:opfunc

Conversation

@yegappan
Copy link
Member

@yegappan yegappan commented Jan 8, 2022

Used the script at https://github.com/yegappan/FindUnusedGlobalFunctions to find the unused global functions.

@codecov
Copy link

codecov bot commented Jan 8, 2022

Codecov Report

Merging #9492 (da66657) into master (67ffb41) will increase coverage by 0.31%.
The diff coverage is 96.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9492      +/-   ##
==========================================
+ Coverage   90.10%   90.42%   +0.31%     
==========================================
  Files         154      154              
  Lines      173443   173443              
==========================================
+ Hits       156283   156833     +550     
+ Misses      17160    16610     -550     
Flag Coverage Δ
huge-clang-none 89.43% <96.87%> (-0.01%) ⬇️
huge-gcc-none 89.88% <96.87%> (-0.01%) ⬇️
huge-gcc-testgui 88.46% <96.87%> (?)
huge-gcc-unittests 2.45% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/ex_getln.c 91.62% <ø> (+0.04%) ⬆️
src/vim9instr.c 90.55% <ø> (ø)
src/vim9compile.c 94.73% <90.90%> (ø)
src/highlight.c 90.43% <100.00%> (+3.04%) ⬆️
src/window.c 93.02% <100.00%> (+0.03%) ⬆️
src/libvterm/src/encoding.c 73.26% <0.00%> (-1.99%) ⬇️
src/popupwin.c 94.67% <0.00%> (+0.04%) ⬆️
src/channel.c 90.17% <0.00%> (+0.04%) ⬆️
... and 39 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 67ffb41...da66657. Read the comment docs.

@brammool brammool closed this in 782b43d Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant