summaryrefslogtreecommitdiff
path: root/set.c
diff options
context:
space:
mode:
Diffstat (limited to 'set.c')
-rw-r--r--set.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/set.c b/set.c
index 3623788..70c9522 100644
--- a/set.c
+++ b/set.c
@@ -24,7 +24,6 @@
* set.c - State setting support for the cbootimage tool
*/
-#include <math.h>
#include "set.h"
#include "cbootimage.h"
#include "crypto.h"
@@ -40,8 +39,6 @@
* A SetXXX() function may not call any parseing functions.
*/
-#define NV_MAX(a, b) (((a) > (b)) ? (a) : (b))
-
#define CASE_DEVICE_VALUE(prefix, id) \
case token_##id: \
(void)context->bctlib.setdev_param(index, \