diff options
Diffstat (limited to 'src/comp.h')
-rw-r--r-- | src/comp.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/comp.h b/src/comp.h index c4af4193d0b..96bb52a14bc 100644 --- a/src/comp.h +++ b/src/comp.h @@ -20,16 +20,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ #ifndef COMP_H #define COMP_H -/* To keep ifdefs under control. */ -enum { - NATIVE_COMP_FLAG = -#ifdef HAVE_NATIVE_COMP - 1 -#else - 0 -#endif -}; - #include <dynlib.h> struct Lisp_Native_Comp_Unit |