TBR: Remove the GO.PACKAGE file for the now defunct runtimes directory.

This was accidentally missed when the rest of runtimes was removed.

Change-Id: Ifc96ecf4491f8ccaed0c37c86ef3d5215b9dc982
diff --git a/runtimes/GO.PACKAGE b/runtimes/GO.PACKAGE
deleted file mode 100644
index 3ceb772..0000000
--- a/runtimes/GO.PACKAGE
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-	"dependencies": {
-		"incoming": [
-			{"allow": "v.io/x/ref/runtimes/..."},
-			{"allow": "v.io/v23/rt/..."},
-			{"allow": "v.io/x/ref/lib/...", "comment":"temporarily allowing dependency from lib"},
-			{"allow": "v.io/x/ref/profiles/...", "comment":"temporarily allowing dependency from profiles"},
-			{"allow": "v.io/x/ref/services/...", "comment": "temporarily allowing dependency from services"},
-			{"deny": "..."}
-		]
-	}
-}