diff mbox

[i-g-t,1/2] gem_seqno_wrap: Remove unused variable

Message ID 1412617946-18350-1-git-send-email-damien.lespiau@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lespiau, Damien Oct. 6, 2014, 5:52 p.m. UTC
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 tests/gem_seqno_wrap.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/tests/gem_seqno_wrap.c b/tests/gem_seqno_wrap.c
index 6772d1e..51fd88c 100644
--- a/tests/gem_seqno_wrap.c
+++ b/tests/gem_seqno_wrap.c
@@ -475,7 +475,6 @@  static int parse_options(int opt, int opt_index)
 int main(int argc, char **argv)
 {
 	int wcount = 0;
-	int r = -1;
 
 	static struct option long_options[] = {
 		{"rounds", required_argument, 0, 'n'},