erm.. use EIGEN_ONLY_USED_FOR_DEBUG() as it already exists.

This commit is contained in:
Thomas Capricelli
2010-05-21 18:13:59 +02:00
parent 618640bf2b
commit 79e9e3f24c
3 changed files with 5 additions and 13 deletions

View File

@@ -172,8 +172,6 @@
#define EIGEN_UNUSED
#endif
#define EIGEN_ARG_UNUSED(x) (void)x;
#if (defined __GNUC__)
#define EIGEN_ASM_COMMENT(X) asm("#"X)
#else