mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Remove MOZ_B2G leftovers and some dead B2G-only components.
This commit is contained in:
parent
75d98fd33e
commit
719ac1bc38
91 changed files with 28 additions and 5017 deletions
|
|
@ -27,13 +27,8 @@ using mozilla::Move;
|
|||
// Undo the damage done by mozzconf.h
|
||||
#undef compress
|
||||
|
||||
// Logging seems to be somewhat broken on b2g.
|
||||
#ifdef MOZ_B2G
|
||||
#define IPC_LOG(...)
|
||||
#else
|
||||
static mozilla::LazyLogModule sLogModule("ipc");
|
||||
#define IPC_LOG(...) MOZ_LOG(sLogModule, LogLevel::Debug, (__VA_ARGS__))
|
||||
#endif
|
||||
|
||||
/*
|
||||
* IPC design:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue