Skip to content

Commit

Permalink
Remove dublicated assignment
Browse files Browse the repository at this point in the history
Check #69 for more details
  • Loading branch information
shlyakpavel authored and raveit65 committed Dec 29, 2018
1 parent 49f81fb commit 9ac7540
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test-mp-equation.c
Expand Up @@ -187,7 +187,6 @@ static void
test_equations() test_equations()
{ {
memset(&options, 0, sizeof(options)); memset(&options, 0, sizeof(options));
options.base = 10;
options.wordlen = 32; options.wordlen = 32;
options.angle_units = MP_DEGREES; options.angle_units = MP_DEGREES;
options.variable_is_defined = variable_is_defined; options.variable_is_defined = variable_is_defined;
Expand Down

0 comments on commit 9ac7540

Please sign in to comment.