Skip to content

Commit a4a2d1f

Browse files
committed
remove redundent import
1 parent 4b7d9cb commit a4a2d1f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/ddbc/drivers/odbcddbc.d

+3-2
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ version (USE_ODBC)
6464

6565
DataSource createUnitTestODBCDataSource()
6666
{
67-
import std.file;
67+
//import std.file : read;
68+
//cast(string) read("test_connection.txt");
6869

69-
string url = "ddbc:odbc://localhost,1433?user=SA,password=bbk4k77JKH88g54,driver=FreeTDS";//cast(string) read("test_connection.txt");
70+
string url = "ddbc:odbc://localhost,1433?user=SA,password=bbk4k77JKH88g54,driver=FreeTDS";
7071

7172
return createConnectionPool(url);
7273
}

0 commit comments

Comments
 (0)