From 9c21d003af3dc9654a9b302c3085253d55cab20e Mon Sep 17 00:00:00 2001 From: Soren Jorvang Date: Wed, 2 Feb 2011 18:21:20 +0000 Subject: Remove the global namespace a bit and remove some dead code. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7043 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/UnitTests/UnitTests.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'Source/UnitTests/UnitTests.cpp') diff --git a/Source/UnitTests/UnitTests.cpp b/Source/UnitTests/UnitTests.cpp index 5731b163e8..b77dc2bad5 100644 --- a/Source/UnitTests/UnitTests.cpp +++ b/Source/UnitTests/UnitTests.cpp @@ -94,9 +94,6 @@ void StringTests() { EXPECT_EQ(StripSpaces(" abc "), "abc"); - EXPECT_EQ(StripNewline(" abc \n"), " abc "); - EXPECT_EQ(StripNewline(" abc \n "), " abc \n "); - EXPECT_EQ(StripQuotes("\"abc\""), "abc"); EXPECT_EQ(StripQuotes("\"abc\" "), "\"abc\" "); -- cgit v1.2.3