Changeset 025942 in git


Ignore:
Timestamp:
Jun 2, 2004, 4:55:00 PM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
9b5240c60eb99f7ee82531ba0404a088fec154b2
Parents:
cafdaf8110d8aad48341d782f33e48519cd06da1
Message:
*hannes: remnoved dead code


git-svn-id: file:///usr/local/Singular/svn/trunk@7213 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/syz1.cc

    rcafdaf8 r025942  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: syz1.cc,v 1.6 2004-06-02 13:14:40 Singular Exp $ */
     4/* $Id: syz1.cc,v 1.7 2004-06-02 14:51:16 Singular Exp $ */
    55/*
    66* ABSTRACT: resolutions
     
    303303}
    304304
    305 static int syLength(poly p)
    306 {
    307   int result=0;
    308 
    309   while (p!=NULL)
    310   {
    311     result++;
    312     pIter(p);
    313   }
    314   return result;
    315 }
    316 
    317305poly syRedtail (poly p, syStrategy syzstr, int index)
    318306{
     
    494482  }
    495483#ifdef PDEBUG
    496   if (! pTest(q))
    497   {
    498     pSetm(p);
    499   }
     484  pTest(q);
    500485#endif
    501486}
  • kernel/syz2.cc

    rcafdaf8 r025942  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: syz2.cc,v 1.1.1.1 2003-10-06 12:16:04 Singular Exp $ */
     4/* $Id: syz2.cc,v 1.2 2004-06-02 14:54:54 Singular Exp $ */
    55/*
    66* ABSTRACT: resolutions
     
    130130                {
    131131                  pDelete(&p);
    132                   p = NULL;
     132                  /* p = NULL;*/
    133133                  break;
    134134                }
     
    136136                {
    137137                  pDelete(&(nP->m[j]));
    138                   nP->m[j] = NULL;
     138                  /* nP->m[j] = NULL;*/
    139139                }
    140140#ifdef USE_CHAINCRIT
Note: See TracChangeset for help on using the changeset viewer.