| Index: src/IceBuildDefs.h
|
| diff --git a/src/IceBuildDefs.h b/src/IceBuildDefs.h
|
| index 9269697c08b574eb4d3b4cc66f43d98d9cbe2683..bee04a5e9a9286cdde9cb398d4b88a6553217507 100644
|
| --- a/src/IceBuildDefs.h
|
| +++ b/src/IceBuildDefs.h
|
| @@ -19,7 +19,6 @@ namespace Ice {
|
| namespace BuildDefs {
|
|
|
| // The ALLOW_* etc. symbols must be #defined to zero or non-zero.
|
| -constexpr bool disableIrGen() { return ALLOW_DISABLE_IR_GEN; }
|
| constexpr bool dump() { return ALLOW_DUMP; }
|
| constexpr bool llvmCl() { return ALLOW_LLVM_CL; }
|
| constexpr bool llvmIr() { return ALLOW_LLVM_IR; }
|
|
|