Commit ec00d0e0 by Tobias Langer

Removed unecessary parts.

parent 750307fc
......@@ -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}}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment