fix logging build
This commit is contained in:
parent
bcb703b9a3
commit
aba8704313
|
@ -900,9 +900,6 @@ namespace aux {
|
|||
PRINT_OFFSETOF(torrent_info, m_piece_hashes)
|
||||
PRINT_OFFSETOF(torrent_info, m_comment)
|
||||
PRINT_OFFSETOF(torrent_info, m_created_by)
|
||||
#ifdef TORRENT_USE_OPENSSL
|
||||
PRINT_OFFSETOF(torrent_info, m_ssl_root_cert)
|
||||
#endif
|
||||
PRINT_OFFSETOF(torrent_info, m_info_dict)
|
||||
PRINT_OFFSETOF(torrent_info, m_creation_date)
|
||||
PRINT_OFFSETOF(torrent_info, m_info_hash)
|
||||
|
|
Loading…
Reference in New Issue