From 3af55cf2149ecde603ae285978fe180e8f4c8013 Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Wed, 20 Sep 2017 11:42:17 +0200 Subject: [PATCH] Backed out changeset d67b9fdabf9d (bug 1399789) on suspicion of causing Android build bustage. r=backout --- xpcom/string/nsStringFwd.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/xpcom/string/nsStringFwd.h b/xpcom/string/nsStringFwd.h index f76ef29673aa..6cc4f8a88f04 100644 --- a/xpcom/string/nsStringFwd.h +++ b/xpcom/string/nsStringFwd.h @@ -35,7 +35,6 @@ template class nsTStringComparator; template class nsTDefaultStringComparator; template class nsTLiteralString; template class nsTFixedString; -template class nsTSubstringSplitter; // We define this version without a size param instead of providing a // default value for N so that so there is a default typename that doesn't @@ -57,7 +56,6 @@ using nsStringComparator = nsTStringComparator; using nsDefaultStringComparator = nsTDefaultStringComparator; using nsLiteralString = nsTLiteralString; using nsFixedString = nsTFixedString; -using nsSubstringSplitter = nsTSubstringSplitter; // Single-byte (char) string types. @@ -73,6 +71,5 @@ using nsCStringComparator = nsTStringComparator; using nsDefaultCStringComparator = nsTDefaultStringComparator; using nsLiteralCString = nsTLiteralString; using nsFixedCString = nsTFixedString; -using nsCSubstringSplitter = nsTSubstringSplitter; #endif /* !defined(nsStringFwd_h) */