tests: benchmark: Remove redundant define

The constant NSEC_PER_USEC is already defined in sys_clock.h, there is
no need to define it here.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin
2018-12-05 13:22:37 -08:00
committed by Andrew Boie
parent 0ed0d164ef
commit f704f91222
-4
View File
@@ -28,10 +28,6 @@
/* printf format defines. */
#define FORMAT "| %-65s|%10u|\n"
/* global defines */
/* number of nsec per usec */
#define NSEC_PER_USEC 1000
/* length of the output line */
#define SLINE_LEN 256