Comment out empty struct

This commit is contained in:
twinaphex 2015-03-16 18:08:24 +01:00
parent 2c8ed13ec1
commit 2e075db519

View File

@ -102,10 +102,12 @@ typedef struct data_runloop
http_handle_t http;
#endif
#if 0
#ifdef HAVE_LIBRETRODB
struct
{
} db;
#endif
#endif
nbio_handle_t nbio;