Skip to content

Commit

Permalink
Remove ZEPHIR_CREATE_SYMBOL_TABLE() macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Nov 26, 2023
1 parent ecd769e commit 26e6b33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kernel/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ void ZEPHIR_FASTCALL zephir_do_memory_observe(zval *var, const zephir_method_glo

void zephir_create_symbol_table(zephir_method_globals *g);

#define ZEPHIR_CREATE_SYMBOL_TABLE() do { /* dummy code */ } while (0)

int zephir_set_symbol(zval *key_name, zval *value);

#define ZEPHIR_INIT_VAR(z) \
Expand Down

0 comments on commit 26e6b33

Please sign in to comment.