From ec00d0e0f8218c224ca6e9ba7e30bcbf20f14ed1 Mon Sep 17 00:00:00 2001 From: Tobias Langer Date: Sat, 8 Oct 2016 22:12:35 +0200 Subject: [PATCH] Removed unecessary parts. --- templates/normal/defines.h | 6 ------ 1 file changed, 6 deletions(-) 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}} -- libgit2 0.26.0