From 0c869b2782aeecb92dff232b46a499a3821f9f2c Mon Sep 17 00:00:00 2001 From: HJ Date: Sat, 3 Feb 2024 15:10:00 -0500 Subject: cleanup --- .../build/packages/gleam_http/include/gleam@http_MultipartBody.hrl | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 aoc2023/build/packages/gleam_http/include/gleam@http_MultipartBody.hrl (limited to 'aoc2023/build/packages/gleam_http/include/gleam@http_MultipartBody.hrl') 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() -}). -- cgit v1.2.3