summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/luv/examples/uvbook/helloworld.lua
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/luv/examples/uvbook/helloworld.lua')
-rw-r--r--3rdparty/luv/examples/uvbook/helloworld.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/3rdparty/luv/examples/uvbook/helloworld.lua b/3rdparty/luv/examples/uvbook/helloworld.lua
deleted file mode 100644
index 2c77d0c51bc..00000000000
--- a/3rdparty/luv/examples/uvbook/helloworld.lua
+++ /dev/null
@@ -1,5 +0,0 @@
-local uv = require('luv')
-
-print('Now quitting.')
-uv.run('default')
-uv.loop_close()