Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MOY MATTHIEU
Mif08 2021
Commits
8ca89107
Commit
8ca89107
authored
Nov 16, 2021
by
Matthieu Moy
Browse files
Remove dead code
parent
1d0c2e05
Changes
1
Hide whitespace changes
Inline
Side-by-side
MiniC/TP04/SimpleAllocations.py
View file @
8ca89107
...
...
@@ -13,10 +13,6 @@ class Allocator():
def
rewriteCode
(
self
,
listcode
):
# pragma: no cover
pass
def
run
(
self
):
self
.
prepare
()
self
.
rewriteCode
(
self
.
_function_code
)
class
NaiveAllocator
(
Allocator
):
def
__init__
(
self
,
*
args
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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