From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 403CC10E671 for ; Tue, 25 Apr 2023 06:54:39 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Tue, 25 Apr 2023 12:19:16 +0530 Message-Id: <20230425064953.2121947-4-bhanuprakash.modem@intel.com> In-Reply-To: <20230425064953.2121947-1-bhanuprakash.modem@intel.com> References: <20230425064953.2121947-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V2 03/40] lib/xe_query: Remove commented out function prototype List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Zbigniew Kempczyński Remove unnecessary commented out code. Signed-off-by: Zbigniew Kempczyński Reviewed-by: Kamil Konieczny --- lib/xe/xe_query.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/xe/xe_query.h b/lib/xe/xe_query.h index f49acb1d7..cc6e7cefd 100644 --- a/lib/xe/xe_query.h +++ b/lib/xe/xe_query.h @@ -88,7 +88,6 @@ const char *xe_region_name(uint64_t region); uint32_t xe_min_page_size(int fd, uint64_t region); unsigned int xe_number_hw_engines(int fd); bool xe_has_vram(int fd); -//uint64_t xe_vram_size(int fd); uint64_t xe_vram_size(int fd, int gt); uint32_t xe_get_default_alignment(int fd); uint32_t xe_va_bits(int fd); -- 2.40.0