mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Comment out empty struct
This commit is contained in:
parent
2c8ed13ec1
commit
2e075db519
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue