From: Scott Wood Date: Thu, 19 Apr 2007 01:52:20 +0000 (-0500) Subject: Remove redundant type declarations. X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=commitdiff_plain;h=0ffa4628c337dbad2ba2aa6b9f539e9b50bf4983 Remove redundant type declarations. --- diff --git a/kernel/include/kern/orb.h b/kernel/include/kern/orb.h index 404e9c0..52d611d 100644 --- a/kernel/include/kern/orb.h +++ b/kernel/include/kern/orb.h @@ -54,10 +54,6 @@ namespace ORB { CallFrame frames[0]; }; - - struct ObjectHdr; - struct Object; - typedef u32 ID; struct ObjectHdr { ID id;