From e5a7c96f17be55ef0334f285b9612ea45d7691a3 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 ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/5b3d7b7c168e936e56868ea7a02100942c2ce99b Author: Stefan Seyfried Date: 2018-01-15 (Mon, 15 Jan 2018) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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) {