Remove unused use_pg_dll from setup.py

Unused since 3076046b3f.
This commit is contained in:
Jon Dufresne 2019-03-12 19:46:23 -07:00 committed by Daniele Varrazzo
parent 3f890f8bbe
commit 6db347b5d7

View File

@ -240,7 +240,6 @@ class psycopg_build_ext(build_ext):
def initialize_options(self):
build_ext.initialize_options(self)
self.use_pg_dll = 1
self.pgdir = None
self.mx_include_dir = None
self.use_pydatetime = 1