Commit d7dfbd3b authored by rocking's avatar rocking
Browse files

Remove unused variable for -werror

parent 6260ced2
......@@ -43,7 +43,7 @@ struct BiasReluAdd
return c;
#else
float a = v1 + v2;
float b = v2;
// float b = v2;
float c = (v0 > -v1) ? a + v0 : v2;
......
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 to comment