1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-06 09:00:06 +00:00

fix: removing deprecated functionality ahead of planned breaking change

This commit is contained in:
munja
2022-01-22 21:16:15 +01:00
parent ae5fbcf857
commit f7fac50108
14 changed files with 19 additions and 121 deletions

View File

@@ -11,7 +11,7 @@
@cond
**/
%macro mf_abort(mac=mf_abort.sas, type=deprecated, msg=, iftrue=%str(1=1)
%macro mf_abort(mac=mf_abort.sas, msg=, iftrue=%str(1=1)
)/*/STORE SOURCE*/;
%if not(%eval(%unquote(&iftrue))) %then %return;