Revert previous.

This commit is contained in:
thorpej 2006-09-09 15:01:37 +00:00
parent 48d386f61a
commit fd7e02e68f
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: prop_rb_impl.h,v 1.2 2006/09/09 09:35:16 xtraeme Exp $ */
/* $NetBSD: prop_rb_impl.h,v 1.3 2006/09/09 15:01:37 thorpej Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -43,10 +43,6 @@
#include <sys/queue.h>
#include <machine/endian.h>
#undef RB_LEFT
#undef RB_RIGHT
#undef RB_PARENT
struct rb_node {
struct rb_node *rb_nodes[3];
#define RB_LEFT 0