[blivet] Remove unused code using pyblock

Vratislav Podzimek vpodzime at redhat.com
Fri Jul 18 08:15:34 UTC 2014


The pyblock module is quite a pain if we want to make blivet python3 compatible,
it kills tracing if we want to turn it on for anaconda and is in general quite a
crazy old CPython code. That's why I'd like to drop it as blivet's dependency by
implementing the required stuff in the libblockdev library. However, I'm not
much a fan of adding some cryptic C code only for something that is actually
never called and exists as a piece of code only for documentation purposes.

Vratislav Podzimek (1):
  Remove two methods that are never called

 blivet/devices.py | 38 --------------------------------------
 1 file changed, 38 deletions(-)

-- 
1.9.3



More information about the anaconda-patches mailing list