Remove dead code in intl. Bug 559489, r=smontagu

This commit is contained in:
Ehren Metcalfe
2010-07-04 15:42:04 +03:00
parent 7486f14fa2
commit 4431ff1c03
74 changed files with 19 additions and 3618 deletions

View File

@@ -67,12 +67,6 @@ public:
char * aDest, PRInt32 * aDestLength, PRInt32 aTableCount,
uScanClassID * aScanClassArray,
uShiftOutTable ** aShiftOutTable, uMappingTable ** aMappingTable);
/**
* Create Char Representable Info
*/
static nsresult FillInfo(PRUint32* aInfo, uMappingTable * aMappingTable);
static nsresult FillInfo(PRUint32* aInfo, PRInt32 aTableCount, uMappingTable ** aMappingTable);
};
#endif // nsUnicodeEncodeHelper_h__