diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-03 13:10:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-03 16:03:34 +0200 |
commit | e037381f85413fe6329c54e49ccfcac88dd71048 (patch) | |
tree | 78bce79b46f2f5415d70214555ceccc84897dfbf /soltools/cpp/_lex.c | |
parent | ca4701fec182d928ab3d39f2183dafecf90e430b (diff) |
loplugin:unusedfields in slideshow..svtools
Change-Id: I74d5a4b8cfc4b18267f99648a3112b163c91fd8c
Reviewed-on: https://gerrit.libreoffice.org/39474
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'soltools/cpp/_lex.c')
-rw-r--r-- | soltools/cpp/_lex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/soltools/cpp/_lex.c b/soltools/cpp/_lex.c index b732e5398bf7..94f218a536ef 100644 --- a/soltools/cpp/_lex.c +++ b/soltools/cpp/_lex.c @@ -371,7 +371,6 @@ continue2: tp->type = UNCLASS; tp->t = ip; tp->wslen = 0; - tp->flag = 0; state = START; for (;;) { @@ -532,7 +531,6 @@ continue2: runelen = 1; s->lineinc = 0; tp->type = COMMENT; - tp->flag |= XTWS; } } break; |