Remove easylogging++ to make some tests for #214

This commit is contained in:
benrubson 2017-04-17 17:43:56 +02:00
parent 62c8ebc63e
commit ae625b81fb

View File

@ -43,7 +43,6 @@
#include "i18n.h" #include "i18n.h"
#include "openssl.h" #include "openssl.h"
// Fuse version >= 26 requires another argument to fuse_unmount, which we // Fuse version >= 26 requires another argument to fuse_unmount, which we
// don't have. So use the backward compatible call instead.. // don't have. So use the backward compatible call instead..
extern "C" void fuse_unmount_compat22(const char *mountpoint); extern "C" void fuse_unmount_compat22(const char *mountpoint);