Skip to content

Commit

Permalink
Remove unused code from libpod
Browse files Browse the repository at this point in the history
The libpod package should only compile on linux. The remote client
should never try to import this package.

Since these files do not add any value we should remove them, this
prevents people from accidentally importing this package because it would
fail to compile on windows/macos.

[NO TESTS NEEDED]

Signed-off-by: Paul Holzinger <[email protected]>
  • Loading branch information
Luap99 authored and mheon committed Sep 22, 2021
1 parent 79966de commit 8784c1d
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 467 deletions.
13 changes: 0 additions & 13 deletions libpod/boltdb_state_unsupported.go

This file was deleted.

16 changes: 0 additions & 16 deletions libpod/container_copy_unsupported.go

This file was deleted.

64 changes: 0 additions & 64 deletions libpod/container_internal_unsupported.go

This file was deleted.

13 changes: 0 additions & 13 deletions libpod/container_stat_unsupported.go

This file was deleted.

23 changes: 0 additions & 23 deletions libpod/container_top_unsupported.go

This file was deleted.

5 changes: 0 additions & 5 deletions libpod/container_unsupported.go

This file was deleted.

21 changes: 0 additions & 21 deletions libpod/healthcheck_unsupported.go

This file was deleted.

40 changes: 0 additions & 40 deletions libpod/networking_unsupported.go

This file was deleted.

17 changes: 0 additions & 17 deletions libpod/oci_attach_unsupported.go

This file was deleted.

132 changes: 0 additions & 132 deletions libpod/oci_conmon_unsupported.go

This file was deleted.

10 changes: 0 additions & 10 deletions libpod/pod_top_unsupported.go

This file was deleted.

15 changes: 0 additions & 15 deletions libpod/runtime_migrate_unsupported.go

This file was deleted.

18 changes: 0 additions & 18 deletions libpod/runtime_pod_unsupported.go

This file was deleted.

Loading

0 comments on commit 8784c1d

Please sign in to comment.