-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unused code #1196
Remove unused code #1196
Conversation
I cannot reproduce the CI fail. |
@openscap-ci test this please |
@jan-cerny I was able to reproduce it on a freshly installed Fedora 28 VM.
|
@ I'm going to investigate further. |
It happens randomly on my Fedora 28 VM, each time in a different test.
|
@openscap-ci test this please |
Codecov Report
@@ Coverage Diff @@
## master #1196 +/- ##
==========================================
+ Coverage 61.83% 62.02% +0.19%
==========================================
Files 275 273 -2
Lines 45203 45064 -139
==========================================
Hits 27950 27950
+ Misses 17253 17114 -139
Continue to review full report at Codecov.
|
Those functions are indeed not used. In case that need for them arises, they are still reachable in git history. |
This function is never used and does not do anything useful.
This function is never called.
SEAP_msgattr_set is already defined in src/OVAL/probes/SEAP/public/seap-message.h
This function has no body.
This function is never called.
These functions are already defined in src/OVAL/probes/SEAP/public/seap-message.h
The only typedef was moved to seap-descriptor.h, where it is used.
Functions strbuf_add0 and strbuf_add0f are not used at all.
This module is not used anywhere.
This backend is not used anywhere.
This backend is not used anywhere.
Also removed commented functions.
1045106
to
dea91f1
Compare
I have rebased it on master. |
This PR removes some unused functions, unimplemented functions and unused header files.
These changes have been split out from #1150 .