aboutsummaryrefslogtreecommitdiff
path: root/server/gapis/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/gapis/main.go')
-rw-r--r--server/gapis/main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/server/gapis/main.go b/server/gapis/main.go
index 6685eb905..695984687 100644
--- a/server/gapis/main.go
+++ b/server/gapis/main.go
@@ -24,9 +24,6 @@ import (
"android.googlesource.com/platform/tools/gpu/server"
)
-// Register known graphics APIs.
-import _ "android.googlesource.com/platform/tools/gpu/gfxapi/all"
-
var (
http = flag.String("http", "localhost:8080", "TCP host:port of the server's HTTP listener")
rpc = flag.String("rpc", "localhost:6700", "TCP host:port of the server's RPC listener")