Revert 37476 because it breaks the build bot.
[reactos.git] / reactos / tools / widl / widltypes.h
index b1805cf..de1ea3f 100644 (file)
@@ -283,7 +283,6 @@ struct _type_t {
   unsigned int typestring_offset;
   unsigned int ptrdesc;           /* used for complex structs */
   int typelib_idx;
-  loc_info_t loc_info;
   unsigned int declarray : 1;     /* if declared as an array */
   unsigned int ignore : 1;
   unsigned int defined : 1;
@@ -420,8 +419,6 @@ var_t *find_const(const char *name, int f);
 type_t *find_type(const char *name, int t);
 type_t *make_type(unsigned char type, type_t *ref);
 
-void init_loc_info(loc_info_t *);
-
 static inline type_t *get_func_return_type(const func_t *func)
 {
   return func->def->type->ref;