diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-02-13 19:50:37 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-02-13 19:50:54 +0200 |
commit | 5849a8f8a36276b258c7094fa375c9a3ab804071 (patch) | |
tree | 5608a2b76c59cfc00bef1cf8d4cb2532f75c9968 | |
parent | e1f3a6a38872165ff99e130cde03e994445ef0bd (diff) |
getServerURL() is not used in MOBILEAPP
Change-Id: I30a96c89884b6259b0a2fcd5bc5d4bc104569913
-rw-r--r-- | wsd/LOOLWSD.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 |