remove crufted callbacks

This commit is contained in:
Pierangelo Masarati 2003-03-29 11:49:36 +00:00
parent 4325d05ebc
commit 03340f440d
2 changed files with 0 additions and 4 deletions

View file

@ -209,8 +209,6 @@ null_back_initialize(
bi->bi_extended = 0;
bi->bi_acl_group = 0;
bi->bi_acl_attribute = 0;
bi->bi_chk_referrals = 0;
bi->bi_connection_init = 0;

View file

@ -72,8 +72,6 @@ tcl_back_initialize (
bi->bi_op_delete = tcl_back_delete;
bi->bi_op_abandon = tcl_back_abandon;
bi->bi_acl_group = 0;
bi->bi_acl_attribute = 0;
bi->bi_chk_referrals = 0;
bi->bi_connection_init = 0;