|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r66974 - sandbox/configurator/boost/configurator
From: for.dshevchenko_at_[hidden]
Date: 2010-12-02 09:22:34
Author: dshevchenko
Date: 2010-12-02 09:22:26 EST (Thu, 02 Dec 2010)
New Revision: 66974
URL: http://svn.boost.org/trac/boost/changeset/66974
Log:
Remove unnecessary functions in single_configurator.
Text files modified:
sandbox/configurator/boost/configurator/configurator.hpp | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
Modified: sandbox/configurator/boost/configurator/configurator.hpp
==============================================================================
--- sandbox/configurator/boost/configurator/configurator.hpp (original)
+++ sandbox/configurator/boost/configurator/configurator.hpp 2010-12-02 09:22:26 EST (Thu, 02 Dec 2010)
@@ -442,14 +442,6 @@
return *this;
}
friend class detail::singleton< single_configurator >;
-public:
- void parse( const std::string& path_to_configuration_file ) {
- configurator::parse( path_to_configuration_file );
- }
-
- void load( const std::string& path_to_configuration_file ) {
- configurator::load( path_to_configuration_file );
- }
};
#endif
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk