diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-12-01 22:48:11 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-12-01 22:48:11 +0000 |
commit | 6566e0a55e3d9403f77db81a79a5dadedb4e666e (patch) | |
tree | fd5c910c37ee98e6443c5fc4cf19856f60b85dbd /include/llvm/MC/MCAssembler.h | |
parent | 0c628c2617a2c25cabea6d1cb8bd13b79b3cb15a (diff) |
Remove unused argument.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120621 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCAssembler.h')
-rw-r--r-- | include/llvm/MC/MCAssembler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCAssembler.h b/include/llvm/MC/MCAssembler.h index 2460aa3b12..06ac92e566 100644 --- a/include/llvm/MC/MCAssembler.h +++ b/include/llvm/MC/MCAssembler.h @@ -717,7 +717,7 @@ private: /// Compute the effective fragment size assuming it is layed out at the given /// \arg SectionAddress and \arg FragmentOffset. - uint64_t ComputeFragmentSize(MCAsmLayout &Layout, const MCFragment &F, + uint64_t ComputeFragmentSize(const MCFragment &F, uint64_t SectionAddress, uint64_t FragmentOffset) const; |