mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
Remove old unused app data
This commit is contained in:
parent
0ddaaaefb5
commit
fb33d1812d
1 changed files with 0 additions and 2 deletions
|
@ -80,8 +80,6 @@ impl Runtime {
|
|||
pub fn new() -> LuaResult<Self> {
|
||||
let lua = Lua::new();
|
||||
|
||||
lua.set_app_data(Vec::<String>::new());
|
||||
|
||||
let sched = Scheduler::new(lua.clone());
|
||||
let fns = Functions::new(lua.clone()).expect("has scheduler");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue