Bug 1143512 - Remove unused declaration of regexp_flags. r=jandem

This commit is contained in:
Tooru Fujisawa 2015-03-17 18:49:46 +09:00
parent c3884d2833
commit 8c67a6b560

View File

@ -16,9 +16,6 @@
namespace js {
bool
regexp_flags(JSContext *cx, unsigned argc, JS::Value *vp);
JSObject *
InitRegExpClass(JSContext *cx, HandleObject obj);