Ignore:
Timestamp:
Mar 23, 2023, 1:50:38 PM (13 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master
Children:
056bee8
Parents:
d800676
Message:

Removed unused (debug only?) code. If you want to change how GenStructMemberCalls? handles errors you may just need to write a local helper.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/utility.h

    rd800676 rc94b1f0  
    190190}
    191191
    192 template< typename... Params >
    193 void warn( const Params & ... params ) {
    194         std::cerr << "Warning: ";
    195         toString_single( std::cerr, params... );
    196         std::cerr << std::endl;
    197 }
    198 
    199192// determines if pref is a prefix of str
    200193static inline bool isPrefix( const std::string & str, const std::string & pref, unsigned int start = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.