diff options
Diffstat (limited to 'src/exhaustive/anomalous.h')
| -rw-r--r-- | src/exhaustive/anomalous.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/exhaustive/anomalous.h b/src/exhaustive/anomalous.h index 886ef62..f03d535 100644 --- a/src/exhaustive/anomalous.h +++ b/src/exhaustive/anomalous.h @@ -23,7 +23,6 @@ typedef struct { * GENERATOR(gen_f) * * @param curve A curve_t being generated - * @param cfg An application config * @param args the index of the discriminant to use, in the disc_table * @return state diff */ @@ -33,7 +32,6 @@ GENERATOR(anomalous_gen_field); * GENERATOR(gen_f) * * @param curve A curve_t being generated - * @param cfg An application config * @param args the index of the discriminant to use, in the disc_table * @return state diff */ @@ -43,7 +41,6 @@ GENERATOR(anomalous_gen_equation); * GENERATOR(gen_f) * * @param curve A curve_t being generated - * @param cfg An application config * @param args unused * @return state diff */ |
