mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
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:
parent
20bb4a911f
commit
2655d46b03
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user