]> git.buserror.net Git - polintos/scott/priv.git/commitdiff
Remove redundant type declarations.
authorScott Wood <scott@buserror.net>
Thu, 19 Apr 2007 01:52:20 +0000 (20:52 -0500)
committerScott Wood <scott@buserror.net>
Thu, 19 Apr 2007 01:52:20 +0000 (20:52 -0500)
kernel/include/kern/orb.h

index 404e9c0dbad8ab78daa30300f8f0930559d08254..52d611d86139496b1eb2d7530eb1eb5821523b6b 100644 (file)
@@ -54,10 +54,6 @@ namespace ORB {
                
                CallFrame frames[0];
        };
-       
-       struct ObjectHdr;
-       struct Object;
-       typedef u32 ID;
 
        struct ObjectHdr {
                ID id;