Changeset f4b7ce8 in git


Ignore:
Timestamp:
Jan 8, 2014, 3:18:42 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
ca277aa70d8c13fa34484513dd54c2ba362b52f3
Parents:
fc2f762f90dc115bc70d7fee1ba7ce991e32ff62
Message:
fix: removed unused atGet variants
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/attrib.cc

    rfc2f76 rf4b7ce8  
    109109}
    110110
     111#if 0
    111112void * atGet(idhdl root,const char * name)
    112113{
     
    128129    return NULL;
    129130}
     131#endif
    130132
    131133void * atGet(idhdl root,const char * name, int t, void *defaultReturnValue)
     
    228230  root->attribute = NULL;
    229231}
     232
    230233void at_KillAll(leftv root, const ring r)
    231234{
  • Singular/attrib.h

    rfc2f76 rf4b7ce8  
    3131};
    3232
    33 void * atGet(idhdl root,const char * name);
    34 void * atGet(leftv root,const char * name);
     33//void * atGet(idhdl root,const char * name);
     34//void * atGet(leftv root,const char * name);
    3535void * atGet(idhdl root,const char * name, int t, void *defaultReturnValue = NULL);
    3636void * atGet(leftv root,const char * name, int t);
Note: See TracChangeset for help on using the changeset viewer.