From 5849a8f8a36276b258c7094fa375c9a3ab804071 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 13 Feb 2019 19:50:37 +0200 Subject: [PATCH] getServerURL() is not used in MOBILEAPP Change-Id: I30a96c89884b6259b0a2fcd5bc5d4bc104569913 --- wsd/LOOLWSD.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp index fccb86ef9..dc949e523 100644 --- a/wsd/LOOLWSD.cpp +++ b/wsd/LOOLWSD.cpp @@ -3063,6 +3063,8 @@ private: static LOOLWSDServer srv; +#if !MOBILEAPP + std::string LOOLWSD::getServerURL() { std::ostringstream oss; @@ -3074,6 +3076,8 @@ std::string LOOLWSD::getServerURL() return oss.str(); } +#endif + int LOOLWSD::innerMain() { #if !defined FUZZER && !MOBILEAPP