Skip to content

Commit 73ab0fd

Browse files
committed
Removing unused structures
1 parent 7eb7b39 commit 73ab0fd

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414

1515
### Fixed
1616
- Fixed compiler warnings on build lemon
17+
- Removing unused structures
1718

1819
## 1.0.0 - 2017-03-26
1920
### Added

parser/xx.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ typedef struct _xx_token_names {
2424
char *name;
2525
} xx_token_names;
2626

27-
typedef struct _xx_memory_manager {
28-
zval ***slots;
29-
int number;
30-
} xx_memory_manager;
31-
3227
/* Active token state */
3328
typedef struct _xx_scanner_state {
3429
int active_token;

0 commit comments

Comments
 (0)