From 510d1bd3b06504b2ad407060b5a94cdd98b58c42 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 7 Mar 2015 00:49:21 +0100 Subject: build.h: remove variable for the builduser, -hostname and -domain They don't contain any useful information and also block us from having reproducible builds. Change-Id: Ib03887f6a548230de9f75fb308c73a800e180c48 Signed-off-by: Alexander Couzens Reviewed-on: http://review.coreboot.org/8616 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Paul Menzel Reviewed-by: Stefan Reinauer Reviewed-by: Patrick Georgi --- src/include/version.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include') diff --git a/src/include/version.h b/src/include/version.h index 2a70842d9c..f24b893e0a 100644 --- a/src/include/version.h +++ b/src/include/version.h @@ -13,9 +13,6 @@ extern const unsigned int coreboot_version_timestamp; /* When coreboot was compiled */ extern const char coreboot_compile_time[]; -extern const char coreboot_compile_by[]; -extern const char coreboot_compile_host[]; -extern const char coreboot_compile_domain[]; extern const char coreboot_dmi_date[]; struct bcd_date { -- cgit v1.2.3