mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Remove commented out code
This commit is contained in:
		| @@ -71,12 +71,10 @@ namespace Catch { | ||||
|         } | ||||
|  | ||||
|         auto operator = ( StringRef const &other ) noexcept -> StringRef& { | ||||
| //            if( this != &other ) { | ||||
|                 delete[] m_data; | ||||
|                 m_data = nullptr; | ||||
|                 m_start = other.m_start; | ||||
|                 m_size = other.m_size; | ||||
|   //          } | ||||
|             delete[] m_data; | ||||
|             m_data = nullptr; | ||||
|             m_start = other.m_start; | ||||
|             m_size = other.m_size; | ||||
|             return *this; | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský