[DynInst_API:] [dyninst/dyninst] 081f5a: Remove unused OpenMP parsing in parse_func (#2135)


Date: Wed, 11 Feb 2026 10:48:44 -0800
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 081f5a: Remove unused OpenMP parsing in parse_func (#2135)
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 081f5af2d3bb649ba16943e40301526c7c1e3738
      https://github.com/dyninst/dyninst/commit/081f5af2d3bb649ba16943e40301526c7c1e3738
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2026-02-11 (Wed, 11 Feb 2026)

  Changed paths:
    M dyninstAPI/src/parse-aarch64.C
    M dyninstAPI/src/parse-amdgpu.C
    M dyninstAPI/src/parse-cfg.C
    M dyninstAPI/src/parse-cfg.h
    M dyninstAPI/src/parse-power.C

  Log Message:
  -----------
  Remove unused OpenMP parsing in parse_func (#2135)

* Remove parse_func::parseOMPParent

Functionality removed by dee8900ad35 in 2011. aarch64 was added by
311466419b in 2015, but never implemented.

* Remove parse_func::calcParentFunc

Its last usage was removed by b7899c9de7c37 in 2014.

* Remove parse_func::OMPparsed

It's not used anywhere.

* Remove parse_func::OMPparsed_

It is only ever checked/updated in parseOMPFunc on ppc, so has no effect.

* Remove parse_func::parseOMPFunc

Its no longer used.

* Remove parse_func::addRegion

ITs no longer used.

* Remove parse_func::parseOMP

It's last usage was removed by b7899c9de in 2014.



To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 081f5a: Remove unused OpenMP parsing in parse_func (#2135), Tim Haines <=