From ec899d4b0bf2427a8c9b33c1710c94fc0041688e Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Mon, 15 Jan 2018 19:54:51 +0100 Subject: [PATCH] yaft/util: disable unused stuff Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/5b3d7b7c168e936e56868ea7a02100942c2ce99b Author: Stefan Seyfried Date: 2018-01-15 (Mon, 15 Jan 2018) --- src/gui/widget/yaft/util.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/widget/yaft/util.h b/src/gui/widget/yaft/util.h index 62542e4e4..8c12f3a91 100644 --- a/src/gui/widget/yaft/util.h +++ b/src/gui/widget/yaft/util.h @@ -75,6 +75,7 @@ int efclose(FILE *fp) return ret; } +#if 0 void *emmap(void *addr, size_t len, int prot, int flag, int fd, off_t offset) { void *fp; @@ -96,6 +97,7 @@ int emunmap(void *ptr, size_t len) return ret; } +#endif void *ecalloc(size_t nmemb, size_t size) {