summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-06 19:05:24 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-06 19:05:24 +0200
commita5ed1dcfff6a1ff8db0a0f845a1a6f329cc23aec (patch)
tree7820f682c4cde9034d9492c8e4cf5bec4dcad1bd /dev
parentaf6d1735afe4b63d13ddb73f532b4a3309f527c2 (diff)
feat: update `CodeGen.cc`: remove redundant comments.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev')
-rw-r--r--dev/LibCompiler/src/CodeGen.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/dev/LibCompiler/src/CodeGen.cc b/dev/LibCompiler/src/CodeGen.cc
index 7208d65..92a1d0f 100644
--- a/dev/LibCompiler/src/CodeGen.cc
+++ b/dev/LibCompiler/src/CodeGen.cc
@@ -18,9 +18,6 @@
*
*/
-//! @file Asm.cpp
-//! @brief AssemblyKit source implementation.
-
namespace LibCompiler {
///! @brief Compile for specific format (ELF, PEF, ZBIN)
Int32 AssemblyFactory::Compile(STLString sourceFile, const Int32& arch) noexcept {