Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tulip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tulip-lang
tulip
Commits
79351f97
Commit
79351f97
authored
Sep 10, 2017
by
jneen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rm dead code
parent
1b01c6f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
scope_tracker.py
tulip/scope_tracker.py
+0
-3
No files found.
tulip/scope_tracker.py
View file @
79351f97
...
...
@@ -4,9 +4,6 @@ import tulip.semantic as s
from
tulip.debug
import
debug
debug_scope
=
debug
.
check
(
'compiler'
)
or
debug
.
check
(
'scope'
)
SCOPE_LOCAL
=
1
SCOPE_CLOSURE
=
2
class
BindingTracker
(
object
):
def
__init__
(
self
,
args
,
parent
):
self
.
args
=
args
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment