From bae72694ddf8da1746a7231c4d36f0bd086de702 Mon Sep 17 00:00:00 2001 From: Mike Danes Date: Wed, 23 Jan 2019 22:44:29 +0200 Subject: Remove obsolete LEGACY_BACKEND ifdef --- src/jit/emit.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/jit/emit.h b/src/jit/emit.h index 38e5438e3f..8a1d32afcf 100644 --- a/src/jit/emit.h +++ b/src/jit/emit.h @@ -216,14 +216,12 @@ private: unsigned codePos; // the code position within the IG (see emitCurOffset()) }; -#ifndef LEGACY_BACKEND enum class emitDataAlignment { None, Preferred, Required }; -#endif /************************************************************************/ /* The following describes an instruction group */ -- cgit v1.2.3