aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
diff options
context:
space:
mode:
authorKyungwoo Lee <kyulee@meta.com>2024-08-26 19:19:02 -0700
committerGitHub <noreply@github.com>2024-08-26 19:19:02 -0700
commit38c3855c9f7d2bc9a509f05b504ee582d271a991 (patch)
tree830eef275d405b1f9f06151b6e0d22daac18b588 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
parentb01c006f734a0977a4fd9c7f1a706c8230663739 (diff)
downloadllvm-38c3855c9f7d2bc9a509f05b504ee582d271a991.zip
llvm-38c3855c9f7d2bc9a509f05b504ee582d271a991.tar.gz
llvm-38c3855c9f7d2bc9a509f05b504ee582d271a991.tar.bz2
[NFC] Remove unused argument (FuncName) for parseMIR (#106144)
While working on a MIR unittest, I noticed that parseMIR includes an unused argument that sets a function name. This is not only redundant but also irrelevant, as parseMIR is designed to parse entire module, not specific functions, even though most unittests contain a single function per module. To streamline the API, I have removed this unnecessary argument from parseMIR. However, if this argument was originally included to enhance readability or for any other purpose, please let me know.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h')
0 files changed, 0 insertions, 0 deletions