diff options
Diffstat (limited to 'process')
| -rw-r--r-- | process/process.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/process/process.go b/process/process.go index 89cdd39..85f80f2 100644 --- a/process/process.go +++ b/process/process.go @@ -17,10 +17,6 @@ type Process struct { debug string } -func newError() (Process, error) { - return Process{}, errors.New("Can not read process information") -} - func new(pidstr string) (Process, error) { pid, err := strconv.Atoi(pidstr) if err != nil { |
