[Libreoffice-commits] core.git: soltools/cpp

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 22 07:47:58 UTC 2018


 soltools/cpp/cpp.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3c51ab7573d4c6e585a7142e73b8d84d5a238b79
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Nov 21 15:30:11 2018 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Thu Nov 22 08:47:33 2018 +0100

    remove unused toktype::IDENT
    
    Change-Id: I4222902d9ef93e92dfbcbd089d6aaf7d724fa0de
    Reviewed-on: https://gerrit.libreoffice.org/63750
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/soltools/cpp/cpp.h b/soltools/cpp/cpp.h
index 64c37ad07899..ab5a89fc99eb 100644
--- a/soltools/cpp/cpp.h
+++ b/soltools/cpp/cpp.h
@@ -46,7 +46,7 @@ enum toktype
     COLON, ASGN, COMMA, SHARP, SEMIC, CBRA, CKET,
     ASPLUS, ASMINUS, ASSTAR, ASSLASH, ASPCT, ASCIRC, ASLSH,
     ASRSH, ASOR, ASAND, ELLIPS,
-    DSHARP1, NAME1, NAME2, DEFINED, UMINUS, ARCHITECTURE, IDENT,
+    DSHARP1, NAME1, NAME2, DEFINED, UMINUS, ARCHITECTURE,
     COMMENT
 };
 


More information about the Libreoffice-commits mailing list