[all-commits] [llvm/llvm-project] 1645b5: [flang] Remove unused function IsListDirectedField...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Mon Sep 18 10:45:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1645b5d32187b3229318fe29b7226fe70af27ba7
https://github.com/llvm/llvm-project/commit/1645b5d32187b3229318fe29b7226fe70af27ba7
Author: Kazu Hirata <kazu at google.com>
Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths:
M flang/runtime/edit-input.cpp
Log Message:
-----------
[flang] Remove unused function IsListDirectedFieldComplete
This patch fixes a warning:
flang/runtime/edit-input.cpp:27:20: error: unused function
'IsListDirectedFieldComplete' [-Werror,-Wunused-function]
More information about the All-commits
mailing list