summaryrefslogtreecommitdiff
path: root/host/lib/include/host_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/include/host_common.h')
-rw-r--r--host/lib/include/host_common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/host/lib/include/host_common.h b/host/lib/include/host_common.h
index 7a347a8f..7fde53ba 100644
--- a/host/lib/include/host_common.h
+++ b/host/lib/include/host_common.h
@@ -8,12 +8,6 @@
#ifndef VBOOT_REFERENCE_HOST_COMMON_H_
#define VBOOT_REFERENCE_HOST_COMMON_H_
-/*
- * Host is allowed direct use of stdlib funcs such as malloc() and free(),
- * since it's using the stub implementation from firmware/lib/stub.
- */
-#define _STUB_IMPLEMENTATION_
-
#include "host_key.h"
#include "host_key2.h"
#include "host_keyblock.h"