aboutsummaryrefslogtreecommitdiffstats
path: root/lib/odbc/test/mysql.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/odbc/test/mysql.erl')
-rw-r--r--lib/odbc/test/mysql.erl4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/odbc/test/mysql.erl b/lib/odbc/test/mysql.erl
index 76ffd3ecc9..49068c4356 100644
--- a/lib/odbc/test/mysql.erl
+++ b/lib/odbc/test/mysql.erl
@@ -98,10 +98,6 @@ create_text_table() ->
" (FIELD text)".
%-------------------------------------------------------------------------
-create_unicode_table() ->
- " (FIELD text)".
-
-%-------------------------------------------------------------------------
create_timestamp_table() ->
" (FIELD TIMESTAMP)".