diff options
| author | Pavel Shlyak <[email protected]> | 2018-12-23 01:36:04 +0300 | 
|---|---|---|
| committer | raveit65 <[email protected]> | 2018-12-29 09:39:04 +0100 | 
| commit | 9ac7540c7f7026266b4f849c09bf35a08869220b (patch) | |
| tree | d7866b5bcd1dae23586bf2566a51087c10916f02 /src | |
| parent | 49f81fbed8185a69d49f48a981bb80b7b21919fc (diff) | |
| download | mate-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
Diffstat (limited to 'src')
| -rw-r--r-- | src/test-mp-equation.c | 1 | 
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;   | 
