getServerURL() is not used in MOBILEAPP

Change-Id: I30a96c89884b6259b0a2fcd5bc5d4bc104569913
This commit is contained in:
Tor Lillqvist 2019-02-13 19:50:37 +02:00
parent e1f3a6a388
commit 5849a8f8a3

View file

@ -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