Skip to content

Commit

Permalink
serialize.c: removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bamless committed Dec 1, 2020
1 parent 9ca3243 commit 1993203
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/serialize.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,10 +458,6 @@ ObjFunction* deserialize(JStarVM* vm, ObjModule* mod, const JStarBuffer* buf, JS
return fn;
}

// -----------------------------------------------------------------------------
// TESTER FUNCTIONS
// -----------------------------------------------------------------------------

bool isCompiledCode(const JStarBuffer* buf) {
const size_t headerSize = sizeof(SERIALIZED_FILE_HEADER) - 1;
if(buf->size >= headerSize) {
Expand Down

0 comments on commit 1993203

Please sign in to comment.