]> git.lyx.org Git - features.git/commitdiff
fix 'make check' by removing useless namespace lyx
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 26 Feb 2007 09:29:12 +0000 (09:29 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 26 Feb 2007 09:29:12 +0000 (09:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17357 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/tests/biblio.C
src/frontends/controllers/tests/boost.C

index 3da540cb52e95858e7d6cd2f0831c9e39610365d..3a51499ed6e4f8cb97001b2ba47fc0fc6f8674e9 100644 (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
index d922190b84d02a769b692ee9c040a4ed5313f83b..c527115b468df847fb72d2988310977640f67237 100644 (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