From 4026ca2ce616b3b0daef1101cb59e7229150c206 Mon Sep 17 00:00:00 2001 From: dlg Date: Thu, 8 Jun 2017 03:37:25 +0000 Subject: [PATCH] remove the _rb_color prototype in RBT, it's unused/unimplimented --- sys/sys/tree.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/sys/tree.h b/sys/sys/tree.h index 02c83e0365f..47fde2e45a6 100644 --- a/sys/sys/tree.h +++ b/sys/sys/tree.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tree.h,v 1.26 2017/06/08 03:12:53 dlg Exp $ */ +/* $OpenBSD: tree.h,v 1.27 2017/06/08 03:37:25 dlg Exp $ */ /* * Copyright 2002 Niels Provos * All rights reserved. @@ -817,7 +817,6 @@ void *_rb_parent(const struct rb_type *, void *); void _rb_set_left(const struct rb_type *, void *, void *); void _rb_set_right(const struct rb_type *, void *, void *); void _rb_set_parent(const struct rb_type *, void *, void *); -void *_rb_color(const struct rb_type *, void *); void _rb_poison(const struct rb_type *, void *, unsigned long); int _rb_check(const struct rb_type *, void *, unsigned long); -- 2.20.1