From af13ad9fd18b6f75fe82e7995224c55654594f93 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Fri, 11 Apr 2014 12:07:48 -0700 Subject: Centralize instruction-set pointer-size, alignment, 64b-width code in instruction_set.h/cc This allows to clean up some places that currently make explicit comparisons. Change-Id: I0dcc924c52fa53306f706aceea93a2d4a655c5df --- compiler/driver/compiler_driver.h | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/driver/compiler_driver.h') diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index d49523a172..d7d40d554a 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -692,7 +692,6 @@ class CompilerDriver { const InstructionSet instruction_set_; const InstructionSetFeatures instruction_set_features_; - const bool instruction_set_is_64_bit_; // All class references that require mutable ReaderWriterMutex freezing_constructor_lock_ DEFAULT_MUTEX_ACQUIRED_AFTER; -- cgit v1.2.3-59-g8ed1b