Bug 1418156 - Remove unnecessary forward declaration of pref_SetPref(). r=glandium

MozReview-Commit-ID: KQHfpAKEEgt

--HG--
extra : rebase_source : 3c622413c72024889214c8ee5ff994fb6a0ad390
This commit is contained in:
Nicholas Nethercote 2017-11-17 16:29:18 +11:00
Родитель 9f8d2c21ff
Коммит 3fe59e0566
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -413,12 +413,6 @@ enum
kPrefSticky = 4,
};
static nsresult
pref_SetPref(const char* aPrefName,
PrefValue aValue,
PrefType aType,
uint32_t aFlags);
#define PREF_HASHTABLE_INITIAL_LENGTH 1024
// Assign to aResult a quoted, escaped copy of aOriginal.