diff --git a/reactos/lib/cmlib/hivedata.h b/reactos/lib/cmlib/hivedata.h index d7a5ec94a81..3857158bc1c 100644 --- a/reactos/lib/cmlib/hivedata.h +++ b/reactos/lib/cmlib/hivedata.h @@ -123,26 +123,6 @@ typedef struct _HCELL { /* <0 if used, >0 if free */ LONG Size; - union - { - struct - { - ULONG Last; - union - { - ULONG UserData; - HCELL_INDEX Next; - } u; - } OldCell; - struct - { - union - { - ULONG UserData; - HCELL_INDEX Next; - } u; - } NewCell; - } u; } HCELL, *PHCELL; #include