Skip to content

Commit 67675a5

Browse files
committed
Merge pull request #4564 from yebblies/ingccx
[cleanup] Remove unneeded definition of TYPE in dsymbol.h
2 parents e3b1d00 + 4dc91b1 commit 67675a5

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

src/dsymbol.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ class Expression;
7474
class DeleteDeclaration;
7575
class OverloadSet;
7676
struct AA;
77-
#ifdef IN_GCC
78-
typedef union tree_node TYPE;
79-
#else
80-
struct TYPE;
81-
#endif
8277

8378
struct Ungag
8479
{

src/mtype.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ typedef union tree_node type;
4444
#else
4545
typedef struct TYPE type;
4646
#endif
47-
struct Symbol;
4847

4948
void semanticTypeInfo(Scope *sc, Type *t);
5049
MATCH deduceType(RootObject *o, Scope *sc, Type *tparam, TemplateParameters *parameters, Objects *dedtypes, unsigned *wm = NULL, size_t inferStart = 0);

0 commit comments

Comments
 (0)