Changeset 653784 in git


Ignore:
Timestamp:
Mar 28, 2017, 3:03:17 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
b8729056edb08f594eed2300415d04d7f2d63f93
Parents:
e76c0b50a8d375ff325f3f9a95c4013136c1b6d7
Message:
removed ggetid(A,B,C) (unused)
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipid.cc

    re76c0b r653784  
    493493}
    494494
     495#if 0
    495496idhdl ggetid(const char *n, BOOLEAN /*local*/, idhdl *packhdl)
    496497{
     
    505506  return h2;
    506507}
     508#endif
    507509
    508510idhdl ggetid(const char *n)
  • Singular/ipid.h

    re76c0b r653784  
    9191idhdl enterid(const char * a, int lev, int t, idhdl* root, BOOLEAN init=TRUE, BOOLEAN serach=TRUE);
    9292idhdl ggetid(const char *n);
    93 idhdl ggetid(const char *n, BOOLEAN local, idhdl *packhdl);
     93//idhdl ggetid(const char *n, idhdl *packhdl);
    9494void  killid(const char * a, idhdl * i);
    9595void killhdl(idhdl h, package prooti=currPack);
Note: See TracChangeset for help on using the changeset viewer.