aboutsummaryrefslogtreecommitdiffstats
path: root/auth.go
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-04-18 20:33:49 -0400
committerbnewbold <bnewbold@robocracy.org>2012-04-18 20:34:05 -0400
commitb5bb57d8dd052ca1e61287d17467cb67ca8f4a73 (patch)
tree684134b39ba07d3b5c181ecbc55de4c8173bccb3 /auth.go
parent7c688a91233dedb6c526d2c8cb3263774667158a (diff)
downloadbommom-b5bb57d8dd052ca1e61287d17467cb67ca8f4a73.tar.gz
bommom-b5bb57d8dd052ca1e61287d17467cb67ca8f4a73.zip
minor cleanup
Diffstat (limited to 'auth.go')
-rw-r--r--auth.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/auth.go b/auth.go
index d8e881e..f0ef530 100644
--- a/auth.go
+++ b/auth.go
@@ -1,9 +1,5 @@
package main
-// Authentication globals
-var auth AuthService
-var anonUser = &User{name: "common"}
-
// Basic registered user account structure, for permissions etc.
type User struct {
// TODO: more specific types for these