Skip to content
Snippets Groups Projects
Commit 52cbcdca authored by Forget Julien's avatar Forget Julien
Browse files

Removed unused loop bound initialization.

parent 0c97c20f
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,8 @@ ...@@ -4,10 +4,8 @@
#include "../pwcet/include/pwcet-runtime.h" #include "../pwcet/include/pwcet-runtime.h"
#include "example-pwcet.h" #include "example-pwcet.h"
int b = 10;
int has_param = 0; int has_param = 0;
int b;
void param_valuation(int param_id, param_value_t * param_val, void *data) { void param_valuation(int param_id, param_value_t * param_val, void *data) {
(void)(data); (void)(data);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment