Changeset 8c98694 in git for kernel


Ignore:
Timestamp:
Sep 14, 2017, 3:30:45 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
1ec441b86f09d987e02e831f89d191e2ee714d6a
Parents:
39013296eb03e901e1c942520d00dda8de4c910d
Message:
opt: redpol in syz1.cc unused
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/syz1.cc

    r3901329 r8c98694  
    3636
    3737
    38 /*---head-term-polynomials for the reduction------------*/
    39 static poly redpol=NULL;
    4038/*---counts number of applications of GM-criteria-------*/
    4139//static int crit;
     
    24472445  //crit = 0;
    24482446  //euler = -1;
    2449   redpol = pInit();
    24502447  syzstr->length = *length = (currRing->N)+2;
    24512448
     
    25322529  if (origR != syzstr->syRing)
    25332530    rChangeCurrRing(origR);
    2534   pLmDelete(&redpol);
    25352531
    25362532  if (TEST_OPT_PROT) PrintLn();
     
    25812577  //crit = 0;
    25822578  //euler = -1;
    2583   redpol = pInit();
    25842579
    25852580  if( maxlength > 0 )
     
    26762671  if (origR != syzstr->syRing)
    26772672    rChangeCurrRing(origR);
    2678   pLmDelete(&redpol);
    26792673  if (TEST_OPT_PROT) PrintLn();
    26802674  return syzstr;
Note: See TracChangeset for help on using the changeset viewer.