summaryrefslogtreecommitdiff
path: root/basic/qa/vba_tests/hex.vb
diff options
context:
space:
mode:
Diffstat (limited to 'basic/qa/vba_tests/hex.vb')
-rw-r--r--basic/qa/vba_tests/hex.vb2
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/qa/vba_tests/hex.vb b/basic/qa/vba_tests/hex.vb
index af0bb9577671..83af4c148338 100644
--- a/basic/qa/vba_tests/hex.vb
+++ b/basic/qa/vba_tests/hex.vb
@@ -23,8 +23,6 @@ Function verify_testHex() As String
result = "Test Results" & Chr$(10) & "============" & Chr$(10)
Dim testName As String
- Dim TestDateTime As Date
- Dim TestStr As String
Dim date1, date2
testName = "Test Hex function"
On Error GoTo errorHandler