Changeset 283fbdd


Ignore:
Timestamp:
Dec 9, 2024, 4:48:19 PM (8 days ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
fd0a1799
Parents:
50be6444
Message:

Removed some unused (commented) code from the builtins.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/prelude/builtins.c

    r50be6444 r283fbdd  
    107107} // ?{}
    108108#endif // __SIZEOF_INT128__
    109 
    110 // for-control index constraints
    111 // forall( T | { void ?{}( T &, zero_t ); void ?{}( T &, one_t ); T ?+=?( T &, T ); T ?-=?( T &, T ); int ?<?( T, T ); } )
    112 // static inline T __for_control_index_constraints__( T t ) { return t; }
    113109
    114110
     
    155151        unsigned long long int ?\=?( unsigned long long int & x, unsigned long long int y ) { x = x \ y; return x; }
    156152} // distribution
    157 
    158 // struct quasi_void {};
    159 // static inline void ?{}( quasi_void &) {}
    160 // static inline void ?{}( quasi_void &, quasi_void ) {}
    161 // static inline void ^?{}( quasi_void &) {}
    162 // static inline quasi_void ?=?( quasi_void &, quasi_void & _src ) { return _src; }
    163153
    164154
Note: See TracChangeset for help on using the changeset viewer.