Browse Source

Remove warning on tls.c regression test.

Change-Id: I1834f32a46a0f07c9e9058768753b78efe72e12e
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Ronald G. Minnich 8 years ago
parent
commit
eb0058dc09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sys/src/regress/tls.c

+ 1 - 1
sys/src/regress/tls.c

@@ -15,7 +15,7 @@ copier(int in, int out, int count)
 	char buf[32];
 	char buf2[32];
 	int tlsfd;
-	int i, off, n;
+	int i, n;
 	uint64_t *ptr;
 	uint64_t v;
 	char c;