Remove unnecessary (cmpfunc) casts from our type objects
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 28 Oct 2009 14:35:32 +0000 (16:35 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 28 Oct 2009 14:35:32 +0000 (16:35 +0200)
commit16f9d7f4dcce8edc6458cd94ee0c7afda2c5dece
treec864c9b4e43f76390065851b3c523cbb315e6693
parent70bebfdd7eab41d7e0aecf569692aac113958a3a
Remove unnecessary (cmpfunc) casts from our type objects
- cmpfunc is no more in Python 3 and casting NULL to anything makes
  little sense anyhow
python/rpmfd-py.c
python/rpmfi-py.c
python/rpmps-py.c