From 8c12436dd417a6d2802ff49862ec4c32a7edbde3 Mon Sep 17 00:00:00 2001 From: Ilan Schnell Date: Sat, 18 Aug 2012 23:05:53 -0500 Subject: [PATCH] remove used variable --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 22a39a1..1c2dd9f 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,6 @@ # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# import sys, os, re from distutils.core import setup, Extension @@ -91,7 +90,6 @@ def call_setup(llvm_config): incdir = _run(llvm_config + ' --includedir') libdir = _run(llvm_config + ' --libdir') - ldflags = _run(llvm_config + ' --ldflags') llvm_version = get_version(llvm_config) print('LLVM version = %d.%d' % llvm_version)