POSIX: fixed build error for unused variable

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-06-30 09:53:01 -07:00
parent 34d15fe631
commit 1b01c54dd1
@@ -999,9 +999,10 @@ GYROSIM::measure_trampoline(void *arg)
void
GYROSIM::measure()
{
static int x = 0;
#if 0
static int x = 0;
// Verify the samples are being taken at the expected rate
if (x == 99) {
x = 0;