]> git.lyx.org Git - lyx.git/blobdiff - src/client/client.cpp
Update to boost 1.72
[lyx.git] / src / client / client.cpp
index 17338a6765a278ecfde15d81098cf9d17f6de9b5..ce6ac7c021b3d7668817cdcbcc3658dc4674b226 100644 (file)
@@ -724,13 +724,3 @@ int main(int argc, char * argv[])
        return app.exec();
 }
 
-
-namespace boost {
-
-void assertion_failed(char const* a, char const* b, char const* c, long d)
-{
-       lyx::lyxerr << "Assertion failed: " << a << ' ' << b << ' ' << c << ' '
-               << d << '\n';
-}
-
-} // namespace boost