Bug 1061483 follow-up: remove now-unused deleteCharArray function, r=me, a=bustage

--HG--
extra : rebase_source : 63d509bd7b95681227d27a733260bc33b1a22338
This commit is contained in:
Brian Smith 2014-09-04 15:53:07 -07:00
Родитель 48ad8c1cc3
Коммит a37dba0312
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -52,12 +52,6 @@ const Input sha256WithRSAEncryption(alg_sha256WithRSAEncryption);
namespace {
inline void
deleteCharArray(char* chars)
{
delete[] chars;
}
inline void
fclose_void(FILE* file) {
(void) fclose(file);