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(-)