diff --git a/Code/Tools/TestImpactFramework/Runtime/Code/Source/TestImpactRepoPath.cpp b/Code/Tools/TestImpactFramework/Runtime/Code/Source/TestImpactRepoPath.cpp index 11b927247f..b2ffed2caf 100644 --- a/Code/Tools/TestImpactFramework/Runtime/Code/Source/TestImpactRepoPath.cpp +++ b/Code/Tools/TestImpactFramework/Runtime/Code/Source/TestImpactRepoPath.cpp @@ -14,8 +14,6 @@ namespace TestImpact { - - RepoPath& RepoPath::operator=(const string_type& other) noexcept { m_path = AZ::IO::Path(other).MakePreferred();