Skip to content

Commit

Permalink
Merge pull request #544 from SpiNNakerManchester/ElementFreeSpace
Browse files Browse the repository at this point in the history
remove ElementFreeSpace
  • Loading branch information
rowleya committed Mar 6, 2024
2 parents ecade56 + dba6386 commit f689c54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 deletions.
3 changes: 1 addition & 2 deletions pacman/model/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@

from .abstract_sdram import AbstractSDRAM
from .constant_sdram import ConstantSDRAM
from .element_free_space import ElementFreeSpace
from .iptag_resource import IPtagResource
from .multi_region_sdram import MultiRegionSDRAM
from .reverse_iptag_resource import ReverseIPtagResource
from .variable_sdram import VariableSDRAM

__all__ = ["AbstractSDRAM", "ConstantSDRAM",
"ElementFreeSpace", "IPtagResource", "MultiRegionSDRAM",
"IPtagResource", "MultiRegionSDRAM",
"ReverseIPtagResource", "VariableSDRAM"]
49 changes: 0 additions & 49 deletions pacman/model/resources/element_free_space.py

This file was deleted.

0 comments on commit f689c54

Please sign in to comment.