]> git.ipfire.org Git - thirdparty/libvirt.git/commit
python: drop redundant function
authorEric Blake <eblake@redhat.com>
Thu, 2 Feb 2012 23:28:26 +0000 (16:28 -0700)
committerEric Blake <eblake@redhat.com>
Fri, 3 Feb 2012 17:41:44 +0000 (10:41 -0700)
commit25adc8f4feeb17955f3d219b56989b38b80045d3
treee7548c8367b7a2461586c783f9d868c7fabe49c3
parentcb33ee1fad1f3372a96d809d254544b286317f0b
python: drop redundant function

I noticed some redundant code while preparing my next patch.

* python/generator.py (py_types): Fix 'const char *' mapping.
* python/typewrappers.h (libvirt_charPtrConstWrap): Drop.
* python/typewrappers.c (libvirt_charPtrConstWrap): Delete, since
it is identical to libvirt_constcharPtrWrap.
python/generator.py
python/typewrappers.c
python/typewrappers.h