aboutsummaryrefslogtreecommitdiff
path: root/src/gen/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen/types.c')
-rw-r--r--src/gen/types.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gen/types.c b/src/gen/types.c
deleted file mode 100644
index 63d5401..0000000
--- a/src/gen/types.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
- * ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
- */
-#include "types.h"
-
-GENERATOR(gen_skip) { return 1; }
-
-UNROLL(unroll_skip) { return -1; }