Skip to content

Commit

Permalink
Remove check of BOOST_THREAD_PROVIDES_ONCE_CXX11
Browse files Browse the repository at this point in the history
This is internally by Boost for all versions we support.
  • Loading branch information
hainest committed Nov 30, 2022
1 parent def4204 commit 03c62e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dwarf/src/dwarfFrameParser.C
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ DwarfFrameParser::DwarfFrameParser(Dwarf * dbg_, Elf * eh_frame, Architecture ar
dbg(dbg_),
dbg_eh_frame(eh_frame),
arch(arch_),
#ifndef BOOST_THREAD_PROVIDES_ONCE_CXX11
fde_dwarf_once(BOOST_ONCE_INIT),
#endif
fde_dwarf_status(dwarf_status_uninitialized)
{
}
Expand Down

0 comments on commit 03c62e8

Please sign in to comment.