From 2878cd8241d6cbb57a7a2f927be7407d11ad80d8 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sat, 23 Feb 2019 23:21:27 +0000 Subject: New build flag: -define:foo=123 --- src/string.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/string.cpp') diff --git a/src/string.cpp b/src/string.cpp index 5f4a28960..39219789f 100644 --- a/src/string.cpp +++ b/src/string.cpp @@ -308,7 +308,6 @@ String directory_from_path(String const &s) { return substring(s, 0, i); } - String concatenate_strings(gbAllocator a, String const &x, String const &y) { isize len = x.len+y.len; u8 *data = gb_alloc_array(a, u8, len+1); -- cgit v1.2.3