diff options
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/session.h b/src/session.h index a0637b2e..84e19531 100644 --- a/src/session.h +++ b/src/session.h @@ -188,9 +188,7 @@ public: This program is made available under the terms of the BSD Public License.\n\ See LICENSE file included with the distribution for details and disclaimer.\n"; std::cout << "\n(modules: gmp, pcre"; -#if defined(HAVE_EXPAT) || defined(HAVE_XMLPARSE) std::cout << ", xml"; -#endif #ifdef HAVE_LIBOFX std::cout << ", ofx"; #endif |