summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAntonio Argenziano <antonio.argenziano@intel.com>2018-06-15 10:49:55 -0700
committerAntonio Argenziano <antonio.argenziano@intel.com>2018-06-15 11:12:00 -0700
commit4aa49a88acdaafed8235837d85a099ad941fc281 (patch)
treeb7156d078996f9e430575342eee3ab0f3026e3d8 /tests
parent91f5d4665b07f073c78abd3cd4b8e0e347dbf638 (diff)
tests/gem_partial_pwrite_pread: Remove commented-out code
During a review came across a line of commented code. No specific reason for the line is given so remove it. Cc: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Antonio Argenziano <antonio.argenziano@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/gem_partial_pwrite_pread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/gem_partial_pwrite_pread.c b/tests/gem_partial_pwrite_pread.c
index 043916ce..d8cdd2a0 100644
--- a/tests/gem_partial_pwrite_pread.c
+++ b/tests/gem_partial_pwrite_pread.c
@@ -258,7 +258,6 @@ igt_main
igt_require_gem(fd);
bufmgr = drm_intel_bufmgr_gem_init(fd, 4096);
- //drm_intel_bufmgr_gem_enable_reuse(bufmgr);
devid = intel_get_drm_devid(fd);
batch = intel_batchbuffer_alloc(bufmgr, devid);