diff options
Diffstat (limited to 'runtime/runtime_options.h')
-rw-r--r-- | runtime/runtime_options.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/runtime_options.h b/runtime/runtime_options.h index 3cadd09bf8..9e127925ee 100644 --- a/runtime/runtime_options.h +++ b/runtime/runtime_options.h @@ -41,8 +41,6 @@ class DexFile; struct XGcOption; struct BackgroundGcOption; -#define DECLARE_KEY(Type, Name) static const Key<Type> Name - // Define a key that is usable with a RuntimeArgumentMap. // This key will *not* work with other subtypes of VariantMap. template <typename TValue> @@ -75,7 +73,7 @@ struct EXPORT RuntimeArgumentMap : VariantMap<RuntimeArgumentMap, RuntimeArgumen #include "runtime_options.def" }; -#undef DECLARE_KEY +#undef RUNTIME_OPTIONS_KEY // using RuntimeOptions = RuntimeArgumentMap; } // namespace art |