Bug 1802159 - Remove ipc/chromium/src/third_party dead C++ cluster 2. r=jld

Differential Revision: https://phabricator.services.mozilla.com/D163325
This commit is contained in:
Adrien Champion 2022-12-06 15:17:59 +00:00
parent 738b389553
commit 0a3074cd9c

View file

@ -38,8 +38,8 @@ UNIFIED_SOURCES += [
] ]
SOURCES += [ SOURCES += [
'libevent/bufferevent_pair.c', # conflicting types errors 'libevent/bufferevent_pair.c', # conflicting types errors
'libevent/evrpc.c', # conflicting TAILQ_ENTRY definition # 'libevent/evrpc.c', # Unused file. # conflicting TAILQ_ENTRY definition
] ]
if os_macosx or os_bsd: if os_macosx or os_bsd: