Mercurial > prosody-hg
comparison net/server_event.lua @ 5339:b5cae12411af
net.server_event: Remove unused local
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 01 Mar 2013 14:15:38 +0100 |
| parents | 0cbe57fbe2cd |
| children | 483f795f6f99 |
comparison
equal
deleted
inserted
replaced
| 5338:3df649ec43ea | 5339:b5cae12411af |
|---|---|
| 458 -- End of client interface methods | 458 -- End of client interface methods |
| 459 | 459 |
| 460 local handleclient; | 460 local handleclient; |
| 461 do | 461 do |
| 462 local string_sub = string.sub -- caching table lookups | 462 local string_sub = string.sub -- caching table lookups |
| 463 local string_len = string.len | |
| 464 local addevent = base.addevent | 463 local addevent = base.addevent |
| 465 local socket_gettime = socket.gettime | 464 local socket_gettime = socket.gettime |
| 466 function handleclient( client, ip, port, server, pattern, listener, sslctx ) -- creates an client interface | 465 function handleclient( client, ip, port, server, pattern, listener, sslctx ) -- creates an client interface |
| 467 --vdebug("creating client interfacce...") | 466 --vdebug("creating client interfacce...") |
| 468 local interface = { | 467 local interface = { |
