devapp/owners: remove josharian from a few packages

As a reflection of reality.

Change-Id: Ic1e2b95e1a3b91c48e636cea9bcdaeca553d389b
Reviewed-on: https://go-review.googlesource.com/c/build/+/219918
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
diff --git a/devapp/owners/table.go b/devapp/owners/table.go
index 8879a78..6c35d32 100644
--- a/devapp/owners/table.go
+++ b/devapp/owners/table.go
@@ -143,11 +143,11 @@
 	},
 	"go/src/cmd/compile/arm": {
 		Primary:   []Owner{khr},
-		Secondary: []Owner{josharian, rsc, drchase, cherryyz},
+		Secondary: []Owner{rsc, drchase, cherryyz},
 	},
 	"go/src/cmd/compile/arm64": {
 		Primary:   []Owner{khr},
-		Secondary: []Owner{josharian, rsc, drchase, cherryyz},
+		Secondary: []Owner{rsc, drchase, cherryyz},
 	},
 	"go/src/cmd/compile/mips": {
 		Primary:   []Owner{khr},
@@ -200,8 +200,7 @@
 		Primary: []Owner{hyangah},
 	},
 	"go/src/cmd/vet": {
-		Primary:   []Owner{adonovan},
-		Secondary: []Owner{josharian},
+		Primary: []Owner{adonovan},
 	},
 	"go/src/compress/bzip2": {
 		Primary:   []Owner{joetsai},
@@ -546,7 +545,7 @@
 	},
 	"go/src/testing": {
 		Primary:   []Owner{},
-		Secondary: []Owner{mpvl, josharian},
+		Secondary: []Owner{mpvl},
 	},
 	"go/src/testing/quick": {
 		Primary:   []Owner{},
@@ -630,7 +629,7 @@
 	},
 
 	"review": {
-		Secondary: []Owner{josharian, kevinburke},
+		Secondary: []Owner{kevinburke},
 	},
 
 	"sync": {
@@ -659,8 +658,7 @@
 		Secondary: []Owner{agnivade, bradfitz, gri, kevinburke},
 	},
 	"tools/cmd/goimports": {
-		Primary:   []Owner{bradfitz},
-		Secondary: []Owner{josharian},
+		Primary: []Owner{bradfitz},
 	},
 	"tools/cmd/gopls": {
 		Primary: []Owner{rstambler, iancottrell},
@@ -668,9 +666,6 @@
 	"tools/cmd/stringer": {
 		Secondary: []Owner{mvdan},
 	},
-	"tools/cmd/toolstash": {
-		Secondary: []Owner{josharian},
-	},
 	"tools/go/packages": {
 		Primary: []Owner{matloob},
 	},