summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-06-21 00:41:14 +0100
committernorly <ny-git@enpas.org>2013-06-21 00:42:22 +0100
commit272d88460cae164fe310ba905c58e1834eb4eecd (patch)
treec6590895be53bbe4c8f51c12e396adb46cecdbdf /include
parente68a6c6cc16279c72e270daae0548ea7c0f11c6e (diff)
Merge cloneScn() into reladd.c
It's the only place where we use it, and it's case-specific
Diffstat (limited to 'include')
-rw-r--r--include/libelfu/modelops.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libelfu/modelops.h b/include/libelfu/modelops.h
index e5702f7..3a5d7ea 100644
--- a/include/libelfu/modelops.h
+++ b/include/libelfu/modelops.h
@@ -52,8 +52,6 @@ void elfu_mRelocate(ElfuElf *metarget, ElfuScn *mstarget, ElfuScn *msrt);
int elfu_mCheck(ElfuElf *me);
-ElfuScn* elfu_mCloneScn(ElfuScn *ms);
-
void elfu_mDumpPhdr(ElfuElf *me, ElfuPhdr *mp);
void elfu_mDumpScn(ElfuElf *me, ElfuScn *ms);