Skip to content
/ server Public

Commit b241f97

Browse files
committed
MDEV-32744 fixup: clang -Winstantiation-after-specialization
1 parent 08c57c5 commit b241f97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

storage/innobase/sync/srw_lock.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,6 @@ void ssux_lock::psi_u_wr_upgrade(const char *file, unsigned line) noexcept
624624
lock.u_wr_upgrade();
625625
}
626626
#else /* UNIV_PFS_RWLOCK */
627-
template void ssux_lock_impl<false>::rd_lock() noexcept;
628627
template void ssux_lock_impl<false>::rd_unlock() noexcept;
629628
template void ssux_lock_impl<false>::u_unlock() noexcept;
630629
template void ssux_lock_impl<false>::wr_unlock() noexcept;

0 commit comments

Comments
 (0)