From a5ed1dcfff6a1ff8db0a0f845a1a6f329cc23aec Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 6 Jul 2025 19:05:24 +0200 Subject: feat: update `CodeGen.cc`: remove redundant comments. Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/src/CodeGen.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'dev/LibCompiler/src/CodeGen.cc') 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 { -- cgit v1.2.3