Remove obsolete alias in gdscript-rx

This commit is contained in:
Nathan Lovato
2020-02-14 08:35:48 -06:00
parent 086445a6be
commit a9902964a9

View File

@@ -1419,9 +1419,6 @@ following constructs:
`(app (match-string ,i) ,name))
(reverse rx--pcase-vars))))))
;; Obsolete internal symbol, used in old versions of the `flycheck' package.
(define-obsolete-function-alias 'rx-submatch-n 'rx-to-string "27.1")
(provide 'gdscript-rx)
;;; gdscript-rx.el ends here