summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-18 15:56:06 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-18 15:56:06 +0100
commit845dc023352c77d7579c25c1a1f1932ad0d9d9c1 (patch)
tree5c1886040f9ef040b9293a9168ba071ab4aa05c9
parentf44a640b0f4acdf7d8480991f2cf57a33682f8a0 (diff)
-Werror,-Wunused-const-variable
Change-Id: I79d47b843be844bcb413018522564d6e6d65a4db
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 0864ec1b88fc..e87aa0a03a38 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -6125,6 +6125,7 @@ const SEC_ASN1Template Extensions_Template[] =
{ SEC_ASN1_SEQUENCE_OF, 0, Extension_Template, 0 }
};
+/* "will be used eventually" says tml
const SEC_ASN1Template Integer_Template[] =
{
{ SEC_ASN1_INTEGER, 0, NULL, sizeof(SECItem) }
@@ -6138,6 +6139,7 @@ const SEC_ASN1Template Accuracy_Template[] =
{ SEC_ASN1_OPTIONAL | SEC_ASN1_CONTEXT_SPECIFIC | 1, offsetof(Accuracy, micros), Integer_Template, 0 },
{ 0, 0, 0, 0 }
};
+*/
const SEC_ASN1Template TimeStampReq_Template[] =
{