summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-04-15 09:51:20 +0200
committerKarolin Seeger <kseeger@samba.org>2009-04-15 10:15:06 +0200
commitb43208f9d906fc8684a95e7dabe574c6c16d90b5 (patch)
tree57da1615806917a920463070650e4490aca43633 /source3/utils
parent8a342f1ceadb2d5387f3a4767e978ab4f493af29 (diff)
downloadsamba-b43208f9d906fc8684a95e7dabe574c6c16d90b5.tar.gz
Remove the so-far unused lua-stuff for the 3.4 release
(cherry picked from commit 0349dad1633cd9574e0d8c7d2054e4c7dd0fdc21)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c
index 7823a982195..42348522b8c 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -583,13 +583,6 @@ static struct functable net_func[] = {
" Use 'net help registry' to get more information about 'net "
"registry' commands."
},
- { "lua",
- net_lua,
- NET_TRANSPORT_LOCAL,
- "Open a lua interpreter",
- " Use 'net help lua' to get more information about 'net "
- "lua' commands."
- },
{ "eventlog",
net_eventlog,
NET_TRANSPORT_LOCAL,