Removed IACA-defines

This caused redefinition warnings if IACA headers were included from elsewhere. For a clean solution we should define our own EIGEN_IACA_* macros
This commit is contained in:
Christoph Hertzberg 2014-05-05 15:06:37 +02:00
parent 56de8d3816
commit 84cb1d72b8

View File

@ -10,12 +10,6 @@
#ifndef EIGEN_GENERAL_BLOCK_PANEL_H
#define EIGEN_GENERAL_BLOCK_PANEL_H
#ifdef USE_IACA
#include "iacaMarks.h"
#else
#define IACA_START
#define IACA_END
#endif
namespace Eigen {