From 69ed4e4b4ee94b69f55e2e0d405aff109e3d145c Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 22 Feb 2020 19:03:00 -0500 Subject: Issue #1053 - Remove android support from XPCOM --- xpcom/base/nsConsoleService.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xpcom/base/nsConsoleService.h') diff --git a/xpcom/base/nsConsoleService.h b/xpcom/base/nsConsoleService.h index 089de81069..0aad5ccf44 100644 --- a/xpcom/base/nsConsoleService.h +++ b/xpcom/base/nsConsoleService.h @@ -45,8 +45,7 @@ public: } // This is a variant of LogMessage which allows the caller to determine - // if the message should be output to an OS-specific log. This is used on - // B2G to control whether the message is logged to the android log or not. + // if the message should be output to an OS-specific log. enum OutputMode { SuppressLog, -- cgit v1.2.3