Skip to content

Commit

Permalink
revert logger visibility fix (should no longer be necessary as of rap…
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Aug 19, 2024
1 parent 796fc1d commit d6eba06
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cpp/include/cudf/utilities/logger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ namespace CUDF_EXPORT cudf {
*
* @return spdlog::logger& The logger.
*/
// This is a workaround for Doxygen not being able to parse the `visibility` attribute
/// \cond DOXYGEN_IGNORE
// We need this symbol to be visible because this TU is marked as having all
// symbols hidden by default in cpp/CMakelists.txt.
__attribute__((visibility("default"))) spdlog::logger& logger();
/// \endcond
spdlog::logger& logger();

} // namespace CUDF_EXPORT cudf

0 comments on commit d6eba06

Please sign in to comment.