From cc6241ff8c4a72ddeb203ae7fda7539f6f120689 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 15 Nov 2015 12:56:03 +0100 Subject: -Werror,-Wunused-const-variable Change-Id: Id3885ec6323393d07def1915b95ee02e0c3dc402 --- shell/source/win32/shlxthandler/propsheets/document_statistic.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'shell') diff --git a/shell/source/win32/shlxthandler/propsheets/document_statistic.cxx b/shell/source/win32/shlxthandler/propsheets/document_statistic.cxx index 2b00713e3641..4d4bafa75711 100644 --- a/shell/source/win32/shlxthandler/propsheets/document_statistic.cxx +++ b/shell/source/win32/shlxthandler/propsheets/document_statistic.cxx @@ -30,7 +30,6 @@ #include "internal/iso8601_converter.hxx" const bool READONLY = false; -const bool WRITEABLE = true; document_statistic_reader_ptr create_document_statistic_reader(const std::string& document_name, CMetaInfoReader* meta_info_accessor) { -- cgit