Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Sho SHIMIZU
2016-05-26 12:11:25 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f62ea737f362213f34a6b1ca17c0fbd13c8a19fb
f62ea737
1 parent
2cb8d3e9
Remove unused variable
Change-Id: Id592c0f558dce002e7009a828e054915f9aee4b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
core/store/dist/src/main/java/org/onosproject/store/resource/impl/ConsistentResourceStore.java
core/store/dist/src/main/java/org/onosproject/store/resource/impl/ConsistentResourceStore.java
View file @
f62ea73
...
...
@@ -272,7 +272,6 @@ public class ConsistentResourceStore extends AbstractStore<ResourceEvent, Resour
@Override
public
Collection
<
Resource
>
getResources
(
ResourceConsumer
consumer
)
{
checkNotNull
(
consumer
);
ResourceConsumerId
consumerId
=
consumer
.
consumerId
();
// NOTE: getting all entries may become performance bottleneck
// TODO: revisit for better backend data structure
...
...
Please
register
or
login
to post a comment