From 44f73d59cd0237739b888fdb4caeba584ffb3f73 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Fri, 13 Dec 2024 23:28:42 +0800 Subject: [PATCH] cleanup --- Sources/llama/llama.h | 4 ---- Sources/llama/module.modulemap | 5 ----- 2 files changed, 9 deletions(-) delete mode 100644 Sources/llama/llama.h delete mode 100644 Sources/llama/module.modulemap diff --git a/Sources/llama/llama.h b/Sources/llama/llama.h deleted file mode 100644 index 41725880e..000000000 --- a/Sources/llama/llama.h +++ /dev/null @@ -1,4 +0,0 @@ -#pragma once - -#include - diff --git a/Sources/llama/module.modulemap b/Sources/llama/module.modulemap deleted file mode 100644 index d010555b1..000000000 --- a/Sources/llama/module.modulemap +++ /dev/null @@ -1,5 +0,0 @@ -module llama [system] { - header "llama.h" - link "llama" - export * -}