summaryrefslogtreecommitdiffstats
path: root/js/src/builtin/RegExp.h
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/builtin/RegExp.h')
-rw-r--r--js/src/builtin/RegExp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/builtin/RegExp.h b/js/src/builtin/RegExp.h
index f808f5146..4e0ff6948 100644
--- a/js/src/builtin/RegExp.h
+++ b/js/src/builtin/RegExp.h
@@ -153,8 +153,6 @@ extern MOZ_MUST_USE bool
regexp_sticky(JSContext* cx, unsigned argc, JS::Value* vp);
extern MOZ_MUST_USE bool
regexp_unicode(JSContext* cx, unsigned argc, JS::Value* vp);
-extern MOZ_MUST_USE bool
-regexp_dotall(JSContext* cx, unsigned argc, JS::Value* vp);
} /* namespace js */