8000 remove unused variable "cmd_split" · KelvinLi/matplotlib@c029fca · GitHub
[go: up one dir, main page]

Skip to content

Commit c029fca

Browse files
committed
remove unused variable "cmd_split"
1 parent 575e70e commit c029fca

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

lib/matplotlib/backends/backend_ps.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ def _fn_name(): return sys._getframe(1).f_code.co_name
4949
except NameError:
5050
from sets import Set as set
5151

52-
if sys.platform.startswith('win'): cmd_split = '&'
53-
else: cmd_split = ';'
54-
5552
backend_version = 'Level II'
5653

5754
debugPS = 0

lib/matplotlib/texmanager.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@
6060

6161
DEBUG = False
6262

63-
if sys.platform.startswith('win'):
64-
cmd_split = '&'
65-
else:
66-
cmd_split = ';'
67-
68-
6963
def dvipng_hack_alpha():
7064
try:
7165
p = Popen(['dvipng', '-version'], stdin=PIPE, stdout=PIPE,

0 commit comments

Comments
 (0)
0