diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-05-29 19:47:34 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2017-05-30 01:19:45 +0200 |
commit | dc36d07d9e5e1c70c0e7bdc9adede5a10e4413f1 (patch) | |
tree | 09192143d909c45141f5a7d972fdd1e0d1bc01c5 /basic/qa/vba_tests/abs.vb | |
parent | a87d79a1fae8af3fafdbc1b6d5e0f3adc454d4bf (diff) |
basic: Drop unused variables in test scripts
Change-Id: I9893e8bed254dcac91fbc7abb5ab4817a28ba339
Reviewed-on: https://gerrit.libreoffice.org/38133
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'basic/qa/vba_tests/abs.vb')
-rw-r--r-- | basic/qa/vba_tests/abs.vb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/basic/qa/vba_tests/abs.vb b/basic/qa/vba_tests/abs.vb index fc0c48a8eda3..bc9516fb606f 100644 --- a/basic/qa/vba_tests/abs.vb +++ b/basic/qa/vba_tests/abs.vb @@ -24,9 +24,6 @@ Function verify_testABS() As String result = "Test Results" & Chr$(10) & "============" & Chr$(10) Dim testName As String - Dim TestDateTime As Date - Dim TestStr As String - Dim date1, date2 As Date 'variables for test Dim nr1, nr2 As Double testName = "Test ABS function" |