More trivial diff reduction now that #484 is in.

This commit is contained in:
David Nadlinger
2013-10-05 21:25:12 +02:00
parent ee7fe16e40
commit b6a73fbd65
2 changed files with 6 additions and 8 deletions

View File

@@ -259,7 +259,6 @@ struct Type : Object
virtual unsigned alignsize();
virtual Type *semantic(Loc loc, Scope *sc);
Type *trySemantic(Loc loc, Scope *sc);
// append the mangleof or a string uniquely identifying this type to buf
virtual void toDecoBuffer(OutBuffer *buf, int flag = 0);
Type *merge();
Type *merge2();
@@ -821,7 +820,7 @@ struct TypeInstance : TypeQualified
const char *kind();
Type *syntaxCopy();
//char *toChars();
//void toDecoBuffer(OutBuffer *buf, int flag, bool mangle);
//void toDecoBuffer(OutBuffer *buf, int flag);
void toCBuffer2(OutBuffer *buf, HdrGenState *hgs, int mod);
void toJson(JsonOut *json);
void resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps);