Skip to content

Commit

Permalink
[SYCL] Remove old getPreloadedPlugin ABI entry point (#14549)
Browse files Browse the repository at this point in the history
  • Loading branch information
aelovikov-intel committed Jul 12, 2024
1 parent 1c13e6f commit 262334c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions sycl/pi_win_proxy_loader/pi_win_proxy_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,6 @@ __declspec(dllexport) void *getPreloadedPlugin(
return match->second;
}

__declspec(dllexport) void *getPreloadedPlugin(const std::string &PluginPath) {
return getPreloadedPlugin(std::filesystem::path(PluginPath));
}

BOOL WINAPI DllMain(HINSTANCE hinstDLL, // handle to DLL module
DWORD fdwReason, // reason for calling function
LPVOID lpReserved) // reserved
Expand Down
2 changes: 0 additions & 2 deletions sycl/pi_win_proxy_loader/pi_win_proxy_loader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@

__declspec(dllexport) void *getPreloadedPlugin(
const std::filesystem::path &PluginPath);
// TODO: Remove this version during ABI breakage window
__declspec(dllexport) void *getPreloadedPlugin(const std::string &PluginPath);
#endif

0 comments on commit 262334c

Please sign in to comment.