Skip to content

Commit

Permalink
Remove unnecessary TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesthe1 committed Jan 16, 2025
1 parent 034f93d commit ed1ba8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/xdelta-bridge/bridge.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ int xd3_call(int argc, char** argv, xprintf_ptr msg_collector) {
int ret = xd3_main_cmdline(argc, argv);
xprintf_message_func = NULL;
return ret;
}

// TODO: Encode and decode functions
}

0 comments on commit ed1ba8b

Please sign in to comment.