swap plugin: Remove the swap_submit() function.
authorFlorian Forster <octo@collectd.org>
Tue, 14 Jan 2014 07:34:42 +0000 (08:34 +0100)
committerFlorian Forster <octo@collectd.org>
Tue, 14 Jan 2014 07:34:42 +0000 (08:34 +0100)
commit60b9a6ea2ffec1e9a2f0a042212224f8937611ac
treefb67ddd888164957ebcfb1198331678627133293
parenta3fc00b7408fa0111e92afd2328fbfab20edbb8f
swap plugin: Remove the swap_submit() function.

This function was used only by swap_submit_derive(), which was declared
conditionally. This resulted in "defined but not used" warnings, e.g. on
FreeBSD.
src/swap.c