summaryrefslogtreecommitdiff
path: root/python/samba/kcc/kcc_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/kcc/kcc_utils.py')
-rw-r--r--python/samba/kcc/kcc_utils.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/python/samba/kcc/kcc_utils.py b/python/samba/kcc/kcc_utils.py
index 5ed02dd126a..9e6aa5f41f4 100644
--- a/python/samba/kcc/kcc_utils.py
+++ b/python/samba/kcc/kcc_utils.py
@@ -95,21 +95,6 @@ class NamingContext(object):
assert self.nc_guid is not None
- def is_schema(self):
- '''Return True if NC is schema'''
- assert self.nc_type != NCType.unknown
- return self.nc_type == NCType.schema
-
- def is_domain(self):
- '''Return True if NC is domain'''
- assert self.nc_type != NCType.unknown
- return self.nc_type == NCType.domain
-
- def is_application(self):
- '''Return True if NC is application'''
- assert self.nc_type != NCType.unknown
- return self.nc_type == NCType.application
-
def is_config(self):
'''Return True if NC is config'''
assert self.nc_type != NCType.unknown