Index: state/apiserver/root.go |
=== modified file 'state/apiserver/root.go' |
--- state/apiserver/root.go 2014-01-22 11:21:21 +0000 |
+++ state/apiserver/root.go 2014-01-23 08:58:16 +0000 |
@@ -322,12 +322,6 @@ |
return isMachineWithJob(r.entity, state.JobManageEnviron) |
} |
-// AuthStateManager returns whether the authenticated user is a |
-// machine with running the ManageState job. |
-func (r *srvRoot) AuthStateManager() bool { |
- return isMachineWithJob(r.entity, state.JobManageState) |
-} |
- |
// AuthClient returns whether the authenticated entity is a client |
// user. |
func (r *srvRoot) AuthClient() bool { |