Remove Solaris files

Solaris is no longer being worked on, so these files
are now just dead code.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: 1589cc0a85396e2768bfe9e558c7c2100dc3bc87
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2017-12-18 17:22:25 +01:00
parent 7e2ee76b7e
commit ef4dfd2f67
17 changed files with 0 additions and 256 deletions
@@ -1,7 +0,0 @@
package container
// setFromExitStatus is a platform specific helper function to set the state
// based on the ExitStatus structure.
func (s *State) setFromExitStatus(exitStatus *ExitStatus) {
s.ExitCodeValue = exitStatus.ExitCode
}