summaryrefslogtreecommitdiff
path: root/prism/regexp.h
diff options
context:
space:
mode:
authorKevin Newton <[email protected]>2024-06-05 13:47:00 -0400
committerKevin Newton <[email protected]>2024-06-05 14:40:03 -0400
commitac70dd07e68384bf5e271dae7e8f08e7a64df1a1 (patch)
treea3ac3a792fdfa2a97d6c91f3b2642803dac23b02 /prism/regexp.h
parentad438623e8f4e90b7d6567c6c552be89d080dcca (diff)
[ruby/prism] Remove unused string list struct
https://github.com/ruby/prism/commit/36c6851c85
Diffstat (limited to 'prism/regexp.h')
-rw-r--r--prism/regexp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/prism/regexp.h b/prism/regexp.h
index ca5185d2fd..7245cbd34e 100644
--- a/prism/regexp.h
+++ b/prism/regexp.h
@@ -10,7 +10,6 @@
#include "prism/parser.h"
#include "prism/encoding.h"
#include "prism/util/pm_memchr.h"
-#include "prism/util/pm_string_list.h"
#include "prism/util/pm_string.h"
#include <stdbool.h>