aboutsummaryrefslogtreecommitdiff
path: root/include/std/string_view.h
diff options
context:
space:
mode:
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 */