summaryrefslogtreecommitdiff
path: root/tests/kms_panel_fitting.c
diff options
context:
space:
mode:
authorRobert Foss <robert.foss@collabora.com>2016-05-03 10:40:19 -0400
committerMarius Vlad <marius.c.vlad@intel.com>2016-05-03 18:27:34 +0300
commita9c0943fa2009721cf368977bd7c7c74e29b3b08 (patch)
tree9a2251f13d5f4000d1c4a881e73ca02cb842e1e8 /tests/kms_panel_fitting.c
parente2e56a903970b672a9fde7c1b4e044a5950daefd (diff)
kms_panel_fitting: Remove un-used variable.
ref_crc is never assigned or read, and can be safely removed. Signed-off-by: Robert Foss <robert.foss@collabora.com> Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
Diffstat (limited to 'tests/kms_panel_fitting.c')
-rw-r--r--tests/kms_panel_fitting.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/kms_panel_fitting.c b/tests/kms_panel_fitting.c
index 7bfd9802..099816b9 100644
--- a/tests/kms_panel_fitting.c
+++ b/tests/kms_panel_fitting.c
@@ -31,7 +31,6 @@ IGT_TEST_DESCRIPTION("Test display panel fitting");
typedef struct {
int drm_fd;
igt_display_t display;
- igt_crc_t ref_crc;
int image_w;
int image_h;