diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-27 12:49:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-27 12:49:27 +0900 |
commit | 6b1f9116760b2a693428cc93a0304dd3d7d2856a (patch) | |
tree | 0f76cad58737b69c009d1c9026d1d68162f2cb65 /indexlib/boost-compat/weak_ptr.h | |
parent | 694c1459e17db537f3bc19dabb0e47b369f25980 (diff) | |
download | tdepim-6b1f9116760b2a693428cc93a0304dd3d7d2856a.tar.gz tdepim-6b1f9116760b2a693428cc93a0304dd3d7d2856a.zip |
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'indexlib/boost-compat/weak_ptr.h')
-rw-r--r-- | indexlib/boost-compat/weak_ptr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indexlib/boost-compat/weak_ptr.h b/indexlib/boost-compat/weak_ptr.h index 338e52213..56d7ad6b6 100644 --- a/indexlib/boost-compat/weak_ptr.h +++ b/indexlib/boost-compat/weak_ptr.h @@ -27,7 +27,6 @@ template<class T> class weak_ptr { private: - // Borland 5.5.1 specific workarounds typedef weak_ptr<T> this_type; public: |