[all-commits] [llvm/llvm-project] 9b8e4b: [Libomptarget] Remove unused image argument from g...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Feb 24 05:25:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b8e4b4f965200d441f3b37771bee5845e6debe5
https://github.com/llvm/llvm-project/commit/9b8e4b4f965200d441f3b37771bee5845e6debe5
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-02-24 (Fri, 24 Feb 2023)
Changed paths:
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/GlobalHandler.h
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp
Log Message:
-----------
[Libomptarget] Remove unused image argument from global handler function
Summary:
A previous patch got rid of the use of this image but forgot to remove
it from this function. Simply remove it as it is unused now.
More information about the All-commits
mailing list