Changeset b532fcf for libcfa/src


Ignore:
Timestamp:
Aug 31, 2021, 1:49:09 AM (3 years ago)
Author:
Jacob Prud'homme <jafprudhomme@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
Children:
d5cfc7e
Parents:
5e0e488
git-author:
Jacob Prud'homme <jafprudhomme@…> (07/13/21 12:38:10)
git-committer:
Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:09)
Message:

Removed old validation code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseconfig.cfa

    r5e0e488 rb532fcf  
    5555                        // Should we just overwrite duplicate config entries? Having a hash map would make this much easier
    5656                        in | value;
    57                         if ( value < 0 ) {
    58                                 close( in );
    59                                 exit | "Error: file \"" | configFile | "\" parameter " | name
    60                                          | " value " | value | " must be non-negative.";
    61                         } // if
    6257                  if ( fail( in ) ) break;
    6358                        in | nl; // ignore remainder of line
Note: See TracChangeset for help on using the changeset viewer.