Bug 1517135: Remove dead declaration from BytecodeEmitter.h r=tcampbell

Differential Revision: https://phabricator.services.mozilla.com/D16324

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Iain Ireland 2019-01-11 16:36:40 +00:00
Родитель 15a22c62ae
Коммит cd3a5f3723
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -478,9 +478,6 @@ struct MOZ_STACK_CLASS BytecodeEmitter {
MOZ_MUST_USE bool setSrcNoteOffset(unsigned index, unsigned which,
ptrdiff_t offset);
// NB: this function can add at most one extra extended delta note.
MOZ_MUST_USE bool addToSrcNoteDelta(jssrcnote* sn, ptrdiff_t delta);
// Finish taking source notes in cx's notePool. If successful, the final
// source note count is stored in the out outparam.
MOZ_MUST_USE bool finishTakingSrcNotes(uint32_t* out);