Skip to content

Commit

Permalink
Remove unused OutBuffer from ComplexExp
Browse files Browse the repository at this point in the history
  • Loading branch information
yebblies committed May 2, 2013
1 parent 2c5df8d commit aa9962d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/expression.h
Expand Up @@ -287,7 +287,6 @@ struct ComplexExp : Expression
int isBool(int result);
void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
void toMangleBuffer(OutBuffer *buf);
OutBuffer hexp;
elem *toElem(IRState *irs);
dt_t **toDt(dt_t **pdt);
};
Expand Down

0 comments on commit aa9962d

Please sign in to comment.