Skip to content

Commit

Permalink
remove double declarations
Browse files Browse the repository at this point in the history
fixes #116
  • Loading branch information
malb committed Mar 11, 2018
1 parent 9f6e81f commit e7104fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/fpylll/fplll/fplll.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,6 @@ cdef extern from "fplll/defs.h" namespace "fplll":
FT_DPE
FT_MPFR

cdef enum SVPMethod:
SVPM_FAST
SVPM_PROVED

cdef enum EvaluatorMode:
EVALMODE_SV
EVALMODE_CV
Expand Down
1 change: 0 additions & 1 deletion src/fpylll/gmp/types.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ cdef extern from "gmp.h":
ctypedef long mp_size_t
ctypedef long mp_exp_t

ctypedef long mp_limb_t
ctypedef mp_limb_t* mp_ptr
ctypedef mp_limb_t* mp_srcptr

Expand Down

0 comments on commit e7104fc

Please sign in to comment.