diff --git a/templates/normal/defines.h b/templates/normal/defines.h index 4f4acc3..dbbc0bc 100644 --- a/templates/normal/defines.h +++ b/templates/normal/defines.h @@ -33,9 +33,3 @@ struct {{name}} { const int {{name}}_length = sizeof({{name}}) / sizeof({{type}}); {{/data}} -{{#executions}} -const int NUM_EXECUTIONS = {{executions}}; -{{/executions}} -{{^executions}} -const int NUM_EXECUTIONS = 1; -{{/executions}}