vmon: Remove applications and binaries

We are no longer running them in production.

Change-Id: Ic6189c98becb5f51e6ad182298d9d9b3588ec9cc
diff --git a/vmon/servicecommon.go b/vmon/servicecommon.go
index 8672069..d6aa15f 100644
--- a/vmon/servicecommon.go
+++ b/vmon/servicecommon.go
@@ -27,8 +27,6 @@
 // Human-readable service names.
 const (
 	snMounttable       = "mounttable"
-	snApplications     = "application repository"
-	snBinaries         = "binary repository"
 	snIdentity         = "identity service"
 	snMacaroon         = "macaroon service"
 	snGoogleIdentity   = "google identity service"
@@ -44,8 +42,6 @@
 // relative mounted names in the global mounttable.
 var serviceMountedNames = map[string]string{
 	snMounttable:       "",
-	snApplications:     "applications",
-	snBinaries:         "binaries",
 	snIdentity:         "identity/dev.v.io:u",
 	snMacaroon:         "identity/dev.v.io:u/macaroon",
 	snGoogleIdentity:   "identity/dev.v.io:u/google",
diff --git a/vmon/servicelatency.go b/vmon/servicelatency.go
index ebc2dc3..bfb560e 100644
--- a/vmon/servicelatency.go
+++ b/vmon/servicelatency.go
@@ -36,8 +36,6 @@
 func checkServiceLatency(v23ctx *context.T, ctx *tool.Context, s *cloudmonitoring.Service) error {
 	serviceNames := []string{
 		snMounttable,
-		snApplications,
-		snBinaries,
 		snMacaroon,
 		snGoogleIdentity,
 		snBinaryDischarger,
diff --git a/vmon/servicemetadata.go b/vmon/servicemetadata.go
index 5d7e6d1..a05fc53 100644
--- a/vmon/servicemetadata.go
+++ b/vmon/servicemetadata.go
@@ -29,8 +29,6 @@
 func checkServiceMetadata(v23ctx *context.T, ctx *tool.Context, s *cloudmonitoring.Service) error {
 	serviceNames := []string{
 		snMounttable,
-		snApplications,
-		snBinaries,
 		snIdentity,
 		snRole,
 		snProxy,
diff --git a/vmon/servicemethodlatency.go b/vmon/servicemethodlatency.go
index cd7f5db..eb6b3ca 100644
--- a/vmon/servicemethodlatency.go
+++ b/vmon/servicemethodlatency.go
@@ -35,8 +35,6 @@
 func checkServicePerMethodLatency(v23ctx *context.T, ctx *tool.Context, s *cloudmonitoring.Service) error {
 	serviceNames := []string{
 		snMounttable,
-		snBinaries,
-		snApplications,
 		snIdentity,
 		snRole,
 		snProxy,
diff --git a/vmon/serviceqps.go b/vmon/serviceqps.go
index 6512209..8b6b4cd 100644
--- a/vmon/serviceqps.go
+++ b/vmon/serviceqps.go
@@ -38,8 +38,6 @@
 func checkServiceQPS(v23ctx *context.T, ctx *tool.Context, s *cloudmonitoring.Service) error {
 	serviceNames := []string{
 		snMounttable,
-		snApplications,
-		snBinaries,
 		snIdentity,
 		snRole,
 		snProxy,