From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3453710E767 for ; Tue, 18 Apr 2023 16:49:33 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Tue, 18 Apr 2023 22:14:19 +0530 Message-Id: <20230418164501.1687266-4-bhanuprakash.modem@intel.com> In-Reply-To: <20230418164501.1687266-1-bhanuprakash.modem@intel.com> References: <20230418164501.1687266-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 03/45] 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 --- 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