aboutsummaryrefslogtreecommitdiff
path: root/compat-28.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-01-05 09:27:24 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-01-05 09:27:24 +0100
commit0bbc83973dd93dcdde47e4538d249139ab475474 (patch)
tree16f5b823e17effbe14eddc5c3c4322a7482fc430 /compat-28.el
parent3d5d2068d964a77de314463a42418b8a4191c7f0 (diff)
Remove unnecessary declare-functions
Diffstat (limited to 'compat-28.el')
-rw-r--r--compat-28.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/compat-28.el b/compat-28.el
index a799972..e3aa0ab 100644
--- a/compat-28.el
+++ b/compat-28.el
@@ -166,11 +166,6 @@ If COUNT is non-nil and a natural number, the function will
;;;; Defined in json.c
-(declare-function json-insert nil (object &rest args))
-(declare-function json-serialize nil (object &rest args))
-(declare-function json-parse-string nil (string &rest args))
-(declare-function json-parse-buffer nil (&rest args))
-
(compat-defun json-serialize (object &rest args) ;; <UNTESTED>
"Handle top-level JSON values."
:explicit t