Remove unused 'not_supported' function.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 5 Feb 2016 16:28:34 +0000 (16:28 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 5 Feb 2016 16:28:34 +0000 (16:28 +0000)
commit8853f5a49587f00a7d2a5c8c7e52480a16bbdb02
tree2b78ccb97032dd3433c36e47cd06eaab1f84aad7
parent06b24089986523806d386b9e3cfa4fcf5eeb87e6
Remove unused 'not_supported' function.

Found by compiling under GCC 6.  The warning was:

In file included from libvirt_c.c:2058:0:
libvirt_c_epilogue.c:89:1: error: 'not_supported' defined but not used [-Werror=unused-function]
 not_supported (const char *fn)
 ^~~~~~~~~~~~~
libvirt/libvirt_c_epilogue.c
libvirt/libvirt_c_prologue.c