From 985f3d11fae7f93eb9a9e96d59b8e7a066819672 Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Fri, 25 Nov 2016 13:29:30 +0000 Subject: Clean up the Lua API, make it luajit-only, no C This removes the libcough which was a temporary layer atop the libpneum to make it synchronous. Now Lua API only requres luajit, and has no dependencies on compiling any C. Also comment out a couple of debug print functions. Change-Id: I35fd1c8088c6fd1b10b9e4d903ad241ab32fd91a Signed-off-by: Andrew Yourtchenko --- vpp-api/lua/.gitignore | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 vpp-api/lua/.gitignore (limited to 'vpp-api/lua/.gitignore') diff --git a/vpp-api/lua/.gitignore b/vpp-api/lua/.gitignore deleted file mode 100644 index 061eabdc5e8..00000000000 --- a/vpp-api/lua/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# A .gitignore to avoid ignoring the Makefile -!Makefile -- cgit 1.2.3-korg