summaryrefslogtreecommitdiff
path: root/basic/qa/vba_tests/abs.vb
diff options
context:
space:
mode:
Diffstat (limited to 'basic/qa/vba_tests/abs.vb')
-rw-r--r--basic/qa/vba_tests/abs.vb3
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"