[Libreoffice-commits] online.git: kit/Kit.cpp

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Sun Apr 19 21:29:11 UTC 2020


 kit/Kit.cpp |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 927f77354c625854531593ccafabecab5b2d08e9
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Apr 20 00:06:50 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Sun Apr 19 23:28:53 2020 +0200

    Bin unused variable
    
    Change-Id: I382e8bd8f2430dbab7f9ec623299c461b747e0a4
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92512
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/kit/Kit.cpp b/kit/Kit.cpp
index 539615da5..dff8f08d3 100644
--- a/kit/Kit.cpp
+++ b/kit/Kit.cpp
@@ -109,7 +109,6 @@ static std::shared_ptr<Document> document;
 #ifndef BUILDING_TESTS
 static bool AnonymizeUserData = false;
 static uint64_t AnonymizationSalt = 82589933;
-static std::string ObfuscatedFileId;
 #endif
 
 #if ENABLE_DEBUG


More information about the Libreoffice-commits mailing list