From 49b49aa0a5da2e9c0a8995f04c1103f5f9b878a7 Mon Sep 17 00:00:00 2001 From: Faik Uygur Date: Thu, 3 Sep 2009 12:26:35 +0000 Subject: [PATCH] remove for now --- pisi/util.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pisi/util.py b/pisi/util.py index baff56a2..4b37f4f8 100644 --- a/pisi/util.py +++ b/pisi/util.py @@ -534,16 +534,6 @@ def strip_file(filepath, fileinfo, outpath): run_strip(filepath, "--strip-debug") return True - """ - if "SB relocatable" in fileinfo and filepath.endswith(".ko"): - # kernel module - if ctx.config.values.build.generatedebug: - check_dir(os.path.dirname(outpath)) - save_elf_debug(filepath, outpath) - run_strip(filepath, "--strip-debug") - return True - """ - elif "SB executable" in fileinfo: if ctx.config.values.build.generatedebug: check_dir(os.path.dirname(outpath))