This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Tarantool -- an efficient key/value data store".

The branch u64-indeces has been updated
       via  6039c2e086d265c073a125c6878dff889ef5579d (commit)
      from  a4d75a661820c7864a770d1d8191ec5e218ecdaf (commit)

Summary of changes:
 mod/silverbox/index.c |    2 --
 mod/silverbox/index.h |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

commit 6039c2e086d265c073a125c6878dff889ef5579d
Author: Yuriy Vostrikov <[email protected]>
Date:   Fri Dec 3 19:11:53 2010 +0300

    [box] Remove experemental code.

diff --git a/mod/silverbox/index.c b/mod/silverbox/index.c
index 13e2d77..6069d22 100644
--- a/mod/silverbox/index.c
+++ b/mod/silverbox/index.c
@@ -605,5 +605,3 @@ index_tree(struct index *index, struct namespace 
*namespace, size_t estimated_ro
        index->iterator_next = index_iterator_next_tree_str;
        index->idx.tree = palloc(eter_pool, sizeof(*index->idx.tree));
 }
-
-index_setup[0] = index_tree;
diff --git a/mod/silverbox/index.h b/mod/silverbox/index.h
index 7ae54e9..f52ed38 100644
--- a/mod/silverbox/index.h
+++ b/mod/silverbox/index.h
@@ -98,8 +98,6 @@ struct index {
             index_var++)                                               \
                if (index_var->enabled)
 
-extern void (*index_setup[])(struct index *index, struct namespace *namespace, 
size_t estimated_rows);
-
 void index_hash_num(struct index *index, struct namespace *namespace, size_t 
estimated_rows);
 void index_hash_num64(struct index *index, struct namespace *namespace, size_t 
estimated_rows);
 void index_hash_str(struct index *index, struct namespace *namespace, size_t 
estimated_rows);

-- 
Tarantool -- an efficient key/value data store

_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to