Skip to content

Commit 8c9f17c

Browse files
committed
removed spurious delegate methods client and listen
1 parent f85d445 commit 8c9f17c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib/api.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,6 @@ exports.delegate = function(fixedargs, fixedmeta) {
6666
// For example, data for individual web requests.
6767
delegate.context = Object.assign({},self.context)
6868

69-
70-
delegate.client = function client() {
71-
return self.client.apply(this, arguments)
72-
}
73-
74-
delegate.listen = function listen() {
75-
return self.listen.apply(this, arguments)
76-
}
77-
7869
return delegate
7970
}
8071

0 commit comments

Comments
 (0)