diff options
-rw-r--r-- | source4/ntvfs/common/brlock.h | 3 | ||||
-rw-r--r-- | source4/ntvfs/common/opendb.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/source4/ntvfs/common/brlock.h b/source4/ntvfs/common/brlock.h index 703538f073..650136b4c7 100644 --- a/source4/ntvfs/common/brlock.h +++ b/source4/ntvfs/common/brlock.h @@ -51,8 +51,5 @@ struct brlock_ops { int *count); }; - void brlock_set_ops(const struct brlock_ops *new_ops); void brl_tdb_init_ops(void); -void brl_ctdb_init_ops(void); - diff --git a/source4/ntvfs/common/opendb.h b/source4/ntvfs/common/opendb.h index 446df1777f..1bfc6aaf31 100644 --- a/source4/ntvfs/common/opendb.h +++ b/source4/ntvfs/common/opendb.h @@ -57,4 +57,3 @@ struct opendb_oplock_break { void odb_set_ops(const struct opendb_ops *new_ops); void odb_tdb_init_ops(void); -void odb_ctdb_init_ops(void); |