Add more command line docs + other cleanups
[pstop.git] / i_s / pl_by_user.go
index 576045b..f5bd83f 100644 (file)
@@ -126,10 +126,6 @@ func (t pl_by_user_rows) Sort() {
        sort.Sort(ByRunTime(t))
 }
 
-func (r pl_by_user_row) Description() string {
-       return "no description"
-}
-
 func (t pl_by_user_rows) emptyRowContent() string {
        var r pl_by_user_row
        return r.row_content(r)