VirtualBox

Ignore:
Timestamp:
Jan 10, 2025 3:26:53 PM (6 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166760
Message:

Runtime/common/ldr/ldrELFRelocatable.cpp.: Remove unused variable, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h

    r107120 r107668  
    14291429     */
    14301430    char            szName[32];
    1431     Elf_Addr        uPrevMappedRva = 0;
    14321431    const Elf_Shdr *paShdrs    = pModElf->paShdrs;
    14331432    const Elf_Shdr *paOrgShdrs = pModElf->paOrgShdrs;
     
    14691468            else
    14701469                Seg.cbMapped = pModElf->cbImage - paShdrs[iShdr].sh_addr;
    1471             uPrevMappedRva = Seg.RVA;
    14721470        }
    14731471        else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette