From d88ba1813cdf5e6893c546965c37c4187f944144 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 24 Nov 2025 09:31:14 +0100 Subject: [PATCH] common : remove build-info.cpp from commit [no ci] This file was generated during the build process and should not be included in previous commits. --- common/build-info.cpp | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 common/build-info.cpp diff --git a/common/build-info.cpp b/common/build-info.cpp deleted file mode 100644 index 6e8240fbb1..0000000000 --- a/common/build-info.cpp +++ /dev/null @@ -1,4 +0,0 @@ -int LLAMA_BUILD_NUMBER = 5590; -char const *LLAMA_COMMIT = "0d398442"; -char const *LLAMA_COMPILER = "cc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0"; -char const *LLAMA_BUILD_TARGET = "x86_64-linux-gnu";