summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Shlyak <[email protected]>2018-12-23 01:36:04 +0300
committerraveit65 <[email protected]>2018-12-29 09:39:04 +0100
commit9ac7540c7f7026266b4f849c09bf35a08869220b (patch)
treed7866b5bcd1dae23586bf2566a51087c10916f02
parent49f81fbed8185a69d49f48a981bb80b7b21919fc (diff)
downloadmate-calc-9ac7540c7f7026266b4f849c09bf35a08869220b.tar.bz2
mate-calc-9ac7540c7f7026266b4f849c09bf35a08869220b.tar.xz
Remove dublicated assignment
Check https://github.com/mate-desktop/mate-calc/issues/69 for more details
-rw-r--r--src/test-mp-equation.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test-mp-equation.c b/src/test-mp-equation.c
index a3dfd70..4404a51 100644
--- a/src/test-mp-equation.c
+++ b/src/test-mp-equation.c
@@ -187,7 +187,6 @@ static void
test_equations()
{
memset(&options, 0, sizeof(options));
- options.base = 10;
options.wordlen = 32;
options.angle_units = MP_DEGREES;
options.variable_is_defined = variable_is_defined;