Skip to content

Commit e798e54

Browse files
committed
chore: remove comments and blanks
1 parent 2fc2b78 commit e798e54

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/zstdruby/streaming_compress.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ struct streaming_compress_t {
88
size_t pos;
99
};
1010

11-
1211
static void
1312
streaming_compress_mark(void *p)
1413
{
@@ -32,7 +31,6 @@ streaming_compress_free(void *p)
3231
static size_t
3332
streaming_compress_memsize(const void *p)
3433
{
35-
/* n.b. this does not track memory managed via zalloc/zfree callbacks */
3634
return sizeof(struct streaming_compress_t);
3735
}
3836

@@ -151,7 +149,6 @@ rb_streaming_compress_addstr(VALUE obj, VALUE src)
151149
return obj;
152150
}
153151

154-
155152
static VALUE
156153
rb_streaming_compress_flush(VALUE obj)
157154
{
@@ -161,7 +158,6 @@ rb_streaming_compress_flush(VALUE obj)
161158
return result;
162159
}
163160

164-
165161
static VALUE
166162
rb_streaming_compress_finish(VALUE obj)
167163
{

0 commit comments

Comments
 (0)