Changeset a365e0d for src/main.cc


Ignore:
Timestamp:
Oct 19, 2017, 11:15:36 AM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
12536d3
Parents:
ae1b9ea
git-author:
Rob Schluntz <rschlunt@…> (10/17/17 17:10:32)
git-committer:
Rob Schluntz <rschlunt@…> (10/19/17 11:15:36)
Message:

Remove CopyParams? pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    rae1b9ea ra365e0d  
    4444#include "ControlStruct/Mutate.h"           // for mutate
    4545#include "GenPoly/Box.h"                    // for box
    46 #include "GenPoly/CopyParams.h"             // for copyParams
    4746#include "GenPoly/InstantiateGeneric.h"     // for instantiateGeneric
    4847#include "GenPoly/Lvalue.h"                 // for convertLvalue
     
    323322                OPTPRINT( "convertLvalue" )
    324323                GenPoly::convertLvalue( translationUnit );
    325                 OPTPRINT( "copyParams" );
    326                 GenPoly::copyParams( translationUnit );
    327324
    328325                if ( bboxp ) {
Note: See TracChangeset for help on using the changeset viewer.