fix 'make check' by removing useless namespace lyx

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17357 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2007-02-26 09:29:12 +00:00
parent 20bb4a911f
commit 2655d46b03
2 changed files with 0 additions and 10 deletions

View File

@ -6,8 +6,6 @@
#include <boost/regex.hpp>
namespace lyx {
using std::cout;
using std::endl;
using std::string;
@ -96,6 +94,3 @@ int main()
test_escape_special_chars();
test_RegexMatch();
}
} // namespace lyx

View File

@ -16,8 +16,6 @@
#include <exception>
namespace lyx {
namespace boost {
void throw_exception(std::exception const & /*e*/)
@ -34,6 +32,3 @@ void assertion_failed(char const * /*expr*/, char const * /*function*/,
}
} // namespace lyx