remove unnecessary CPP

This commit is contained in:
Vincent Hanquez 2015-05-03 14:31:07 +01:00
parent 73729786c5
commit 28a4fa1503

View File

@ -1,7 +1,3 @@
{-# LANGUAGE CPP #-}
#ifndef MIN_VERSION_integer_gmp
#define MIN_VERSION_integer_gmp(a,b,c) 0
#endif
-- |
-- Module : Crypto.Math.F2m
-- License : BSD-style