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/cstr.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/cstr.vb')
-rw-r--r-- | basic/qa/vba_tests/cstr.vb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/basic/qa/vba_tests/cstr.vb b/basic/qa/vba_tests/cstr.vb index 6c852dfd8dcf..62258962a831 100644 --- a/basic/qa/vba_tests/cstr.vb +++ b/basic/qa/vba_tests/cstr.vb @@ -23,7 +23,6 @@ Function verify_testCStr() As String result = "Test Results" & Chr$(10) & "============" & Chr$(10) Dim testName As String - Dim TestDateTime As Date Dim str2, str3 Dim str1 As String 'variables for test testName = "Test CStr function" |