From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9A3A910E0F7 for ; Tue, 6 Dec 2022 07:47:16 +0000 (UTC) From: =?UTF-8?q?Zbigniew=20Kempczy=C5=84ski?= To: igt-dev@lists.freedesktop.org Date: Tue, 6 Dec 2022 08:46:58 +0100 Message-Id: <20221206074708.30690-2-zbigniew.kempczynski@intel.com> In-Reply-To: <20221206074708.30690-1-zbigniew.kempczynski@intel.com> References: <20221206074708.30690-1-zbigniew.kempczynski@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t v4 01/11] tests/i915_pipe_stress: Remove unused bufmgr field List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: During rewriting this likely left incidentally even if it is not used. Lets get rid of it. Signed-off-by: Zbigniew KempczyƄski Cc: Petri Latvala --- tests/i915/i915_pipe_stress.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/i915/i915_pipe_stress.c b/tests/i915/i915_pipe_stress.c index 6ce2ce1de2..c06bc65d2c 100644 --- a/tests/i915/i915_pipe_stress.c +++ b/tests/i915/i915_pipe_stress.c @@ -119,7 +119,6 @@ struct data { uint64_t modifier; uint32_t devid; struct buf_ops *bops; - drm_intel_bufmgr *bufmgr; drmModeModeInfo *last_mode[IGT_MAX_PIPES]; struct igt_fb fb[IGT_MAX_PIPES * MAX_PLANES]; struct igt_fb cursor_fb[IGT_MAX_PIPES]; -- 2.34.1