X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=buffer_tree.c;h=1b859f520ebf4aa16d0a13df897395d97da423d9;hp=9884c2e2ff1b1fc4661bab71b585bede6d2eba6a;hb=5b15980ce22a3a4244e2440f46eac19eb0ceb3ef;hpb=6668ac4a8c7f2a92efb9e6d405d954beff77d230 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. *