Skip to content

Commit

Permalink
kill redundant statement
Browse files Browse the repository at this point in the history
git-svn-id: http://codespeak.net/svn/pypy/trunk@76078 fd0d7bf2-dfb6-0310-8d31-b7ecfe96aada
  • Loading branch information
bxsx committed Jul 9, 2010
1 parent 0cd1b86 commit 6834a59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pypy/rlib/rdynload.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

if _WIN32:
from pypy.rlib import rwin32

if _WIN32:
includes = ['windows.h']
else:
includes = ['dlfcn.h']
Expand Down

0 comments on commit 6834a59

Please sign in to comment.