summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rocklua.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/rocklua.c')
-rw-r--r--apps/plugins/lua/rocklua.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/lua/rocklua.c b/apps/plugins/lua/rocklua.c
index 00bfd8e43e..5539618a43 100644
--- a/apps/plugins/lua/rocklua.c
+++ b/apps/plugins/lua/rocklua.c
@@ -24,7 +24,6 @@
24#include "lauxlib.h" 24#include "lauxlib.h"
25#include "lualib.h" 25#include "lualib.h"
26#include "rocklib.h" 26#include "rocklib.h"
27#include "rockmalloc.h"
28#include "luadir.h" 27#include "luadir.h"
29 28
30 29
@@ -165,8 +164,6 @@ enum plugin_status plugin_start(const void* parameter)
165 status = docall(L); 164 status = docall(L);
166 } 165 }
167 166
168 dlmalloc_stats();
169
170 if (status) { 167 if (status) {
171 DEBUGF("%s\n", lua_tostring(L, -1)); 168 DEBUGF("%s\n", lua_tostring(L, -1));
172 rb->splashf(5 * HZ, "%s", lua_tostring(L, -1)); 169 rb->splashf(5 * HZ, "%s", lua_tostring(L, -1));