Skip to content

Commit

Permalink
Merge pull request #4564 from yebblies/ingccx
Browse files Browse the repository at this point in the history
[cleanup] Remove unneeded definition of TYPE in dsymbol.h
  • Loading branch information
9rnsr committed Apr 6, 2015
2 parents e3b1d00 + 4dc91b1 commit 67675a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/dsymbol.h
Expand Up @@ -74,11 +74,6 @@ class Expression;
class DeleteDeclaration;
class OverloadSet;
struct AA;
#ifdef IN_GCC
typedef union tree_node TYPE;
#else
struct TYPE;
#endif

struct Ungag
{
Expand Down
1 change: 0 additions & 1 deletion src/mtype.h
Expand Up @@ -44,7 +44,6 @@ typedef union tree_node type;
#else
typedef struct TYPE type;
#endif
struct Symbol;

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

0 comments on commit 67675a5

Please sign in to comment.