summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/common.h b/include/common.h
index 48f443e851c..83050073bf2 100644
--- a/include/common.h
+++ b/include/common.h
@@ -169,12 +169,6 @@ char *env_get(const char *varname);
*/
ulong env_get_hex(const char *varname, ulong default_val);
-/*
- * Read an environment variable as a boolean
- * Return -1 if variable does not exist (default to true)
- */
-int env_get_yesno(const char *var);
-
/**
* env_set() - set an environment variable
*