Bug 1344629 - Part 4: Cleanup: make string tuples not think in terms of "substring". r=dbaron

In the next patch, tuples will work on nsTStringRepr rather than nsTSubstring, so the notions of TO_SUBSTRING and substring_type are not quite right.

MozReview-Commit-ID: LpUwmGQAWVO
This commit is contained in:
David Major
2017-03-14 10:02:55 +13:00
parent 2ed02b0b01
commit ae30eb49a2
3 changed files with 12 additions and 41 deletions

View File

@@ -6,9 +6,6 @@
#include "nsSubstringTuple.h"
// convert fragment to |const substring_type&|
#define TO_SUBSTRING(_v) (*(_v))
// define nsSubstringTuple
#include "string-template-def-unichar.h"
#include "nsTSubstringTuple.cpp"