summaryrefslogtreecommitdiff
path: root/src/nslcd_proto/enumerator@T.got
diff options
context:
space:
mode:
Diffstat (limited to 'src/nslcd_proto/enumerator@T.got')
-rw-r--r--src/nslcd_proto/enumerator@T.got8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/nslcd_proto/enumerator@T.got b/src/nslcd_proto/enumerator@T.got
deleted file mode 100644
index cad54fa..0000000
--- a/src/nslcd_proto/enumerator@T.got
+++ /dev/null
@@ -1,8 +0,0 @@
-package nslcd_proto
-
-type <T>_Enumerator interface {
- GetNext() (n *<T>, err error)
- GenericGetNext() (n *interface{}, err error)
-}
-
-// -*- Mode: Go -*-