From 1a970c2afc4e53022428cf2aa83c333fa31f2bbd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 27 Oct 2024 12:49:27 +0900 Subject: Drop Borland compiler specific code Signed-off-by: Michele Calgaro (cherry picked from commit 6b1f9116760b2a693428cc93a0304dd3d7d2856a) --- indexlib/boost-compat/weak_ptr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'indexlib/boost-compat/weak_ptr.h') diff --git a/indexlib/boost-compat/weak_ptr.h b/indexlib/boost-compat/weak_ptr.h index 338e5221..56d7ad6b 100644 --- a/indexlib/boost-compat/weak_ptr.h +++ b/indexlib/boost-compat/weak_ptr.h @@ -27,7 +27,6 @@ template class weak_ptr { private: - // Borland 5.5.1 specific workarounds typedef weak_ptr this_type; public: -- cgit v1.2.3