Remove empty file

All the batch implementation code is in jobs.cpp, this file wasn't meant
to be committed originally.
This commit is contained in:
Jason Rhinelander 2020-03-29 12:29:38 -03:00
parent bcca8dd34e
commit 2493e2abd4
2 changed files with 0 additions and 8 deletions

View File

@ -23,7 +23,6 @@ configure_file(liblokimq.pc.in liblokimq.pc @ONLY)
add_library(lokimq
lokimq/auth.cpp
lokimq/batch.cpp
lokimq/bt_serialize.cpp
lokimq/connections.cpp
lokimq/jobs.cpp

View File

@ -1,7 +0,0 @@
#include "batch.h"
#include "lokimq-internal.h"
namespace lokimq {
}