From 08141b25b5a834d24c646eac1c4565deea5237a9 Mon Sep 17 00:00:00 2001 From: notspiff Date: Tue, 13 Feb 2018 12:39:45 +0100 Subject: remove unused variable --- xbmc/platform/linux/XMemUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbmc/platform/linux/XMemUtils.cpp b/xbmc/platform/linux/XMemUtils.cpp index 809d4c41f9..db187a276d 100644 --- a/xbmc/platform/linux/XMemUtils.cpp +++ b/xbmc/platform/linux/XMemUtils.cpp @@ -117,7 +117,7 @@ void GlobalMemoryStatusEx(LPMEMORYSTATUSEX lpBuffer) #elif defined(TARGET_FREEBSD) /* sysctl hw.physmem */ size_t physmem = 0, mem_free = 0, pagesize = 0, swap_free = 0; - size_t mem_avail = 0, mem_inactive = 0, mem_cache = 0, len = 0; + size_t mem_inactive = 0, mem_cache = 0, len = 0; /* physmem */ len = sizeof(physmem); -- cgit v1.2.3