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:
ff3be413
Parents:
07b0c91
git-author:
Jacob Prud'homme <jafprudhomme@…> (06/22/21 21:57:44)
git-committer:
Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:09)
Message:

Removed useless finally block

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseconfig.cfa

    r07b0c91 r50dcfad  
    5959        } catch( Open_Failure * ex; ex->istream == &in ) {
    6060                exit | "Error: could not open input file \"" | configFile | "\""; // *** DOES THIS PRINT TO STDERR??? IT MUST!!! *** //
    61         } finally {
     61        } // try
     62
    6263                close( in );
    63         } // try
    6464
    6565        if ( cparms.numStops < 2 ) {
Note: See TracChangeset for help on using the changeset viewer.