1
1

Changes to VT: Fixed compiler warning about unused variable when compiling on MacOS

This commit was SVN r26076.
Этот коммит содержится в:
Matthias Jurenz 2012-03-01 12:17:27 +00:00
родитель 540b3c0c25
Коммит b4523496c8

Просмотреть файл

@ -63,7 +63,6 @@ void vt_pform_init()
int argmax;
char* procargs;
size_t len;
int hostid_retries;
/* get timer resolution */
#if TIMER == TIMER_GETTIMEOFDAY