aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/gleam_http/include/gleam@http_MultipartBody.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'aoc2023/build/packages/gleam_http/include/gleam@http_MultipartBody.hrl')
-rw-r--r--aoc2023/build/packages/gleam_http/include/gleam@http_MultipartBody.hrl5
1 files changed, 0 insertions, 5 deletions
diff --git a/aoc2023/build/packages/gleam_http/include/gleam@http_MultipartBody.hrl b/aoc2023/build/packages/gleam_http/include/gleam@http_MultipartBody.hrl
deleted file mode 100644
index 4521591..0000000
--- a/aoc2023/build/packages/gleam_http/include/gleam@http_MultipartBody.hrl
+++ /dev/null
@@ -1,5 +0,0 @@
--record(multipart_body, {
- chunk :: bitstring(),
- done :: boolean(),
- remaining :: bitstring()
-}).