X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=buffer_tree.c;h=1b859f520ebf4aa16d0a13df897395d97da423d9;hb=9e72df63eb0e5063e3cad1003599df1b5b9b5d62;hp=9884c2e2ff1b1fc4661bab71b585bede6d2eba6a;hpb=6668ac4a8c7f2a92efb9e6d405d954beff77d230;p=paraslash.git diff --git a/buffer_tree.c b/buffer_tree.c index 9884c2e2..1b859f52 100644 --- a/buffer_tree.c +++ b/buffer_tree.c @@ -783,15 +783,6 @@ size_t btr_get_output_queue_size(struct btr_node *btrn) return max_size; } -int btr_exec(struct btr_node *btrn, const char *command, char **value_result) -{ - if (!btrn) - return -ERRNO_TO_PARA_ERROR(EINVAL); - if (!btrn->execute) - return -ERRNO_TO_PARA_ERROR(ENOTSUP); - return btrn->execute(btrn, command, value_result); -} - /** * Execute a inter-node command on a parent node. *