mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
chore(integration): delete outdated TODO comment
The TODO comment was in regards to allowing graphdriver plugins to provide their own ContainerFS implementations. The ContainerFS interface has been removed from Moby, so there is no longer anything which needs to be figured out. Signed-off-by: Cory Snider <csnider@mirantis.com>
This commit is contained in:
parent
6ca4eda960
commit
a5be811269
1 changed files with 0 additions and 1 deletions
|
@ -213,7 +213,6 @@ func setupPlugin(t *testing.T, ec map[string]*graphEventsCounter, ext string, mu
|
|||
return
|
||||
}
|
||||
|
||||
// TODO @gupta-ak: Figure out what to do here.
|
||||
dir, err := driver.Get(req.ID, req.MountLabel)
|
||||
if err != nil {
|
||||
respond(w, err)
|
||||
|
|
Loading…
Add table
Reference in a new issue