]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Remove function substring from rrd_graph.c
authorWolfgang Stöggl <c72578@yahoo.de>
Thu, 10 Jan 2019 13:39:37 +0000 (14:39 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Thu, 10 Jan 2019 16:20:14 +0000 (17:20 +0100)
commitcde133c1eed698b4e4acb19cc9571f3d5466cb0b
treeb315710cf2c7896f951cd2ec84c19698e07d5d3c
parent0a1f1f9355a9e5fe992414621359719a6c4db978
Remove function substring from rrd_graph.c

- The function substring is not used any more. This was a leftover
  from https://github.com/oetiker/rrdtool-1.x/commit/cd4a728
- Fixes rrd_graph.c:6159:7: warning:
  no previous prototype for 'substring' [-Wmissing-prototypes]
src/rrd_graph.c