aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-from-portable.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-07-15 03:19:46 +0200
committerMattias Andrée <maandree@kth.se>2017-07-15 03:19:46 +0200
commit48ca891887e8260be43ae641b35c4129fd4d2093 (patch)
tree6d2215646d8378f2ac07b51098abe9351859141b /src/blind-from-portable.c
parentFix warnings (diff)
downloadblind-48ca891887e8260be43ae641b35c4129fd4d2093.tar.gz
blind-48ca891887e8260be43ae641b35c4129fd4d2093.tar.bz2
blind-48ca891887e8260be43ae641b35c4129fd4d2093.tar.xz
Generate USING_BINARY{32,64}
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/blind-from-portable.c')
-rw-r--r--src/blind-from-portable.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/blind-from-portable.c b/src/blind-from-portable.c
index b9cc08d..5510df5 100644
--- a/src/blind-from-portable.c
+++ b/src/blind-from-portable.c
@@ -3,9 +3,6 @@
USAGE("[-s]")
-#define USING_BINARY32 0
-#define USING_BINARY64 0
-
#define CONV(ITYPE, SITYPE, OTYPE, EXPONENT, HA2EXPONENT, FRACTION)\
do {\
static int cache_i = 0;\