aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-02-08 12:08:42 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-02-11 08:55:47 +0100
commite81cd9028f2ef6656df6653dcf7871a5fa081e2e (patch)
tree6372fe3b01d9d532e25ae2a1ce681b18d6b9743b /lib
parent05b100aee247bb9bec8e9a1b0166496aa4248d1c (diff)
scripts/singleuse: script to use to track single-use functions
That is functions that are declared global but are not used from outside of the file in which it is declared. Such functions should be made static or even at times be removed. It also verifies that all used curl_ prefixed functions are "blessed" Closes #3538
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions