summaryrefslogtreecommitdiff
path: root/helpcompiler/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-23 09:34:00 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-24 09:48:16 +0100
commit48f2d4e58004796884ececcccd46bd83f0752c3e (patch)
tree903c8936d10ffbc30b5bac548e87a7a7495dcc1c /helpcompiler/inc
parent11c13789f97dff642d52418815c0727abce5f152 (diff)
loplugin:unusedfields in helpcompiler..jvmfwk
Change-Id: Ic10c521de310e0f0ac1f79a1ae169252c20075b2 Reviewed-on: https://gerrit.libreoffice.org/68226 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'helpcompiler/inc')
-rw-r--r--helpcompiler/inc/HelpCompiler.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpcompiler/inc/HelpCompiler.hxx b/helpcompiler/inc/HelpCompiler.hxx
index 31ef2c0c2076..06521c97256e 100644
--- a/helpcompiler/inc/HelpCompiler.hxx
+++ b/helpcompiler/inc/HelpCompiler.hxx
@@ -158,7 +158,6 @@ typedef std::unordered_map<std::string, LinkedList, pref_hash> Hashtable;
class StreamTable
{
public:
- std::string document_id;
std::string document_path;
std::string document_module;
std::string document_title;