mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
devicemapper: remove unused type mapping
Signed-off-by: Vincent Batts <vbatts@redhat.com>
This commit is contained in:
parent
b708a2249b
commit
a292c04c01
1 changed files with 1 additions and 2 deletions
|
@ -46,8 +46,7 @@ import (
|
|||
type (
|
||||
cdmTask C.struct_dm_task
|
||||
|
||||
cLoopInfo64 C.struct_loop_info64
|
||||
loopInfo64 struct {
|
||||
loopInfo64 struct {
|
||||
loDevice uint64 /* ioctl r/o */
|
||||
loInode uint64 /* ioctl r/o */
|
||||
loRdevice uint64 /* ioctl r/o */
|
||||
|
|
Loading…
Reference in a new issue