aboutsummaryrefslogtreecommitdiff
path: root/include/std/string_view.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-01-24 09:11:53 +0100
committerdec05eba <dec05eba@protonmail.com>2020-01-24 09:11:53 +0100
commit1dd53ce54c2008e3a11a636a496853cf6f9a5d65 (patch)
tree73f8ff8d048c8b1e4c6cf7acfd3e229650d044d5 /include/std/string_view.h
parent26f8fbc2c657ecffc874410691dd3fc83ba11131 (diff)
Convert hash map to gc, implement more instructions and call command
Diffstat (limited to 'include/std/string_view.h')
-rw-r--r--include/std/string_view.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/std/string_view.h b/include/std/string_view.h
deleted file mode 100644
index 4f9552a..0000000
--- a/include/std/string_view.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef TSL_STRING_VIEW_H
-#define TSL_STRING_VIEW_H
-
-#include <stddef.h>
-
-typedef struct {
- const char *data;
- size_t size;
-} TslStringView;
-
-#endif /* TSL_STRING_VIEW_H */