summaryrefslogtreecommitdiffhomepage
path: root/public/tools/ld/src/CommandLine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'public/tools/ld/src/CommandLine.cc')
-rw-r--r--public/tools/ld/src/CommandLine.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/public/tools/ld/src/CommandLine.cc b/public/tools/ld/src/CommandLine.cc
deleted file mode 100644
index ace93ed3..00000000
--- a/public/tools/ld/src/CommandLine.cc
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Created on Thu Oct 17 08:00:42 CEST 2024
- *
- * Copyright (c) 2024-2025 Amlal El Mahrouss
- */
-
-#include <user/SystemCalls.h>
-
-/// @brief Placeholder program.
-
-SInt32 main(SInt32 argc, Char* argv[])
-{
- PrintOut(nullptr, "ld: A linker to be installed.\rld: This program is present as a placeholder.");
- return EXIT_FAILURE;
-}