KCC: remove NTDSConnection API methods that are never used
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Tue, 23 Jun 2015 04:38:29 +0000 (16:38 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 29 Oct 2015 04:08:16 +0000 (05:08 +0100)
commit6f93ffaf0c446cd72478317636c0dcd7e0f4f4b8
tree17f13c9ec54e37c02b735042650169cd294d4626
parentb93205ebe4cb54175642ee60e18354f7bfb4c0fd
KCC: remove NTDSConnection API methods that are never used

These are not used, and using them would not be considered Pythonic. The
flags they alter are always changed directly.

The similar set_modified() method IS used.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/kcc/kcc_utils.py