Skip to content

Commit

Permalink
[C++] Remove now unused antlrcpp::Guid
Browse files Browse the repository at this point in the history
  • Loading branch information
jcking authored and parrt committed Feb 7, 2022
1 parent 6040190 commit ea98374
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 438 deletions.
5 changes: 0 additions & 5 deletions runtime/Cpp/runtime/src/antlr4-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
#endif
#endif

#define ANTLR4CPP_GUID_WINDOWS 1

#ifdef _WIN64
typedef __int64 ssize_t;
#else
Expand All @@ -68,14 +66,12 @@
#endif

#elif defined(__APPLE__)
#define ANTLR4CPP_GUID_CFUUID 1
#if __GNUC__ >= 4
#define ANTLR4CPP_PUBLIC __attribute__ ((visibility ("default")))
#else
#define ANTLR4CPP_PUBLIC
#endif
#else
#define ANTLR4CPP_GUID_LIBUUID 1
#if __GNUC__ >= 6
#define ANTLR4CPP_PUBLIC __attribute__ ((visibility ("default")))
#else
Expand All @@ -89,7 +85,6 @@
#define ANTLR4CPP_HAVE_BUILTIN(x) 0
#endif

#include "support/Guid.h"
#include "support/Declarations.h"

// We have to undefine this symbol as ANTLR will use this name for own members and even
Expand Down
1 change: 0 additions & 1 deletion runtime/Cpp/runtime/src/antlr4-runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
#include "support/BitSet.h"
#include "support/Casts.h"
#include "support/CPPUtils.h"
#include "support/Guid.h"
#include "tree/AbstractParseTreeVisitor.h"
#include "tree/ErrorNode.h"
#include "tree/ErrorNodeImpl.h"
Expand Down
276 changes: 0 additions & 276 deletions runtime/Cpp/runtime/src/support/Guid.cpp

This file was deleted.

Loading

0 comments on commit ea98374

Please sign in to comment.