Bug 1344615: Remove nsXPCOMStrings.{h,cpp} r=bsmedberg

These are now dead code.

MozReview-Commit-ID: AClU0Qx3kmN
This commit is contained in:
David Major
2017-03-06 17:52:54 +13:00
parent c65bfbb7b5
commit b1e362f6f7
21 changed files with 0 additions and 1141 deletions

View File

@@ -343,15 +343,6 @@ nsStringBuffer::SizeOfIncludingThisEvenIfShared(mozilla::MallocSizeOf aMallocSiz
#include "nsTSubstring.cpp"
#include "string-template-undef.h"
// Check that internal and external strings have the same size.
// See https://bugzilla.mozilla.org/show_bug.cgi?id=430581
#include "mozilla/Logging.h"
#include "nsXPCOMStrings.h"
static_assert(sizeof(nsStringContainer_base) == sizeof(nsSubstring),
"internal and external strings must have the same size");
// Provide rust bindings to the nsA[C]String types
extern "C" {