Remove (unused) IfStmt::doAnyCheck.

This commit is contained in:
Matt Pharr
2011-11-03 16:08:19 -07:00
parent d528533fba
commit f1d8ff96ce
2 changed files with 2 additions and 5 deletions

1
stmt.h
View File

@@ -136,7 +136,6 @@ private:
active program instances want to follow just one of the 'true' or
'false' blocks. */
const bool doAllCheck;
const bool doAnyCheck;
void emitMaskedTrueAndFalse(FunctionEmitContext *ctx, llvm::Value *oldMask,
llvm::Value *test) const;