Skip to content

Commit ee6f30f

Browse files
fix(macro): remove unused 'concat_args' macro
1 parent ad30f21 commit ee6f30f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

sysstat/map.jinja

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,3 @@
4040
{%- do sysstat.update({'base_dir': sysstat.pkg.source.name}) %}
4141
{%- do sysstat.environ.append('export PATH=${PATH}:' + sysstat.dir + '/bin') %}
4242
{%- endif %}
43-
44-
{#- Contactenate arguments #}
45-
{%- macro concat_args(args) %}
46-
{%- set args = args|dictsort %}
47-
{%- if args|length > 0 %}
48-
{%- for k,v in args -%}
49-
{%- if not k or not v %}{% continue %}{% endif -%}
50-
--{{ k }}={{ v }}
51-
{%- if not loop.last %} {% endif -%}
52-
{%- endfor -%}
53-
{%- endif -%}
54-
{%- endmacro %}

0 commit comments

Comments
 (0)