Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use c++ regex and string.
[simgrid.git] / src / mc / DwarfExpression.cpp
index bfa4f16..b20366d 100644 (file)
@@ -24,8 +24,6 @@ using simgrid::mc::remote;
 namespace simgrid {
 namespace dwarf {
 
-evaluation_error::~evaluation_error() noexcept(true) {}
-
 void execute(
   const Dwarf_Op* ops, std::size_t n,
   const ExpressionContext& context, ExpressionStack& stack)