Skip to content

Commit

Permalink
Clean dead code
Browse files Browse the repository at this point in the history
Signed-off-by: Zhang Wei <[email protected]>
  • Loading branch information
WeiZhang555 committed Mar 21, 2016
1 parent b77573f commit c9db9e4
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions oci/defaults_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,24 +123,6 @@ func DefaultSpec() specs.Spec {
UID: u32Ptr(0),
GID: u32Ptr(0),
},
// {
// Type: "c",
// Path: "/dev/tty",
// Major: 5,
// Minor: 0,
// FileMode: fmPtr(0666),
// UID: u32Ptr(0),
// GID: u32Ptr(0),
// },
// {
// Type: "c",
// Path: "/dev/console",
// Major: 5,
// Minor: 1,
// FileMode: fmPtr(0666),
// UID: u32Ptr(0),
// GID: u32Ptr(0),
// },
{
Type: "c",
Path: "/dev/fuse",
Expand Down

0 comments on commit c9db9e4

Please sign in to comment.