diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-26 10:18:14 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-27 09:36:53 +0100 |
commit | aa753f01ba4631614bb88ee7d3a3e6b222208b3e (patch) | |
tree | c8b168e8e0619c387d30f206848ec30ca7238a00 /idlc | |
parent | 2ea2860ba56231d989c5e1b8f87392921bc2a8db (diff) |
-Wunused-macros
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/astexpression.cxx | 5 | ||||
-rw-r--r-- | idlc/source/options.cxx | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/idlc/source/astexpression.cxx b/idlc/source/astexpression.cxx index cff33d1fd4cf..df13e960b772 100644 --- a/idlc/source/astexpression.cxx +++ b/idlc/source/astexpression.cxx @@ -27,11 +27,6 @@ #include <float.h> #include <memory> // auto_ptr<> -#undef MAXCHAR -#define MAXCHAR 127 -#undef MINCHAR -#define MINCHAR -128 - using namespace ::rtl; AstExpression::AstExpression(ExprComb c, AstExpression *pExpr1, AstExpression *pExpr2) diff --git a/idlc/source/options.cxx b/idlc/source/options.cxx index 298f1f64e0e5..6051e54fbe46 100644 --- a/idlc/source/options.cxx +++ b/idlc/source/options.cxx @@ -29,11 +29,6 @@ using ::rtl::OString; using ::rtl::OStringBuffer; -#ifdef SAL_UNX -#define SEPARATOR '/' -#else -#define SEPARATOR '\\' -#endif Options::Options(char const * progname) : m_program(progname), m_stdin(false), m_verbose(false), m_quiet(false) |