Changeset 18971 for trunk/FACT++


Ignore:
Timestamp:
04/05/18 18:55:42 (7 years ago)
Author:
tbretz
Message:
Removed an unused data memeber
Location:
trunk/FACT++/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/StateMachineDimControl.cc

    r18832 r18971  
    594594    }
    595595
    596     // fVerbosity = 40;
    597 
    598     // if (conf.Has("verbosity"))
    599     //     fVerbosity = conf.Get<uint32_t>("verbosity");
    600 
    601     // if (conf.Get<bool>("quiet"))
    602     //     fVerbosity = 90;
    603 
    604596#if BOOST_VERSION < 104600
    605597    const string fname = boost::filesystem::path(conf.GetName()).filename();
  • trunk/FACT++/src/StateMachineDimControl.h

    r18822 r18971  
    2727    DimDnsServiceList fDimList;
    2828
    29     int  fVerbosity;
    3029    bool fDebug;
    3130
Note: See TracChangeset for help on using the changeset viewer.