Take out a stale reference before I start on Endpoints.
diff --git a/openstack/identity/v3/endpoints/results.go b/openstack/identity/v3/endpoints/results.go
index b7074df..a7bff83 100644
--- a/openstack/identity/v3/endpoints/results.go
+++ b/openstack/identity/v3/endpoints/results.go
@@ -14,6 +14,6 @@
 
 // EndpointList contains a page of Endpoint results.
 type EndpointList struct {
-	gophercloud.Pagination
+	service   *gophercloud.ServiceClient
 	Endpoints []Endpoint
 }