Changeset 1071 for trunk


Ignore:
Timestamp:
Jun 6, 2010, 5:35:38 AM (13 years ago)
Author:
Peter Johansson
Message:

revert function that was accidentally committed in r1070

Location:
trunk/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/main_utility.cc

    r1070 r1071  
    5454
    5555
    56   void write_config_and_exit(void)
    57   {
    58     std::cout << Configuration::instance();
    59     exit(EXIT_SUCCESS);
    60   }
    61 
    6256}} // end of namespace svndigest and namespace theplu
  • trunk/lib/main_utility.h

    r1070 r1071  
    4141  void load_config(const std::string& file);
    4242
    43   /**
    44      write configuration file to cout and exit successfully
    45    */
    46   void write_config_and_exit(void);
    47 
    4843}} // end of namespace svndigest end of namespace theplu
    4944
Note: See TracChangeset for help on using the changeset viewer.