Skip to content

Commit

Permalink
fix: removed unused stuff for options
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes14 committed Dec 12, 2012
1 parent 21dbb41 commit 7b170f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libpolys/polys/monomials/ring.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,6 @@ ring rCopy0(const ring r, BOOLEAN copy_qideal, BOOLEAN copy_ordering)
//memset: res->pLDegOrig=NULL;
//memset: res->p_Setm=NULL;
//memset: res->cf=NULL;
res->options=r->options;

/*
if (r->extRing!=NULL)
Expand Down Expand Up @@ -1576,7 +1575,6 @@ ring rCopy0AndAddA(const ring r, int64vec *wv64, BOOLEAN copy_qideal, BOOLEAN c
//memset: res->pLDegOrig=NULL;
//memset: res->p_Setm=NULL;
//memset: res->cf=NULL;
res->options=r->options;

/*
if (r->extRing!=NULL)
Expand Down

0 comments on commit 7b170f2

Please sign in to comment.