mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
erm.. use EIGEN_ONLY_USED_FOR_DEBUG() as it already exists.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user