1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

pg: remove unused imports

This commit is contained in:
Unknown User 2019-10-08 12:23:39 +02:00 committed by Alexander Medvednikov
parent fecf3f19c3
commit 6edc25f512

View File

@ -1,8 +1,5 @@
module pg
import os
import time
#flag -lpq
#flag linux -I/usr/include/postgresql
#flag darwin -I/opt/local/include/postgresql11