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 00bfd8e..5539618 100644
--- a/apps/plugins/lua/rocklua.c
+++ b/apps/plugins/lua/rocklua.c
@@ -24,7 +24,6 @@
#include "lauxlib.h"
#include "lualib.h"
#include "rocklib.h"
-#include "rockmalloc.h"
#include "luadir.h"
@@ -165,8 +164,6 @@ enum plugin_status plugin_start(const void* parameter)
status = docall(L);
}
- dlmalloc_stats();
-
if (status) {
DEBUGF("%s\n", lua_tostring(L, -1));
rb->splashf(5 * HZ, "%s", lua_tostring(L, -1));