Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion config/libtm.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,6 @@
],
'sources': [
'<(runtime_path)/dlmallocfork.c',
'<(runtime_path)/tm_buffer.c',
'<(runtime_path)/tm_itoa.c',
'<(runtime_path)/tm_log.c',
'<(runtime_path)/tm_random.c',
Expand Down
3 changes: 0 additions & 3 deletions src/tm.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,6 @@ typedef enum {
LE
} tm_endian_t;

void tm_buffer_float_write (uint8_t* buf, size_t index, float value, tm_endian_t endianness);
void tm_buffer_double_write (uint8_t* buf, size_t index, double value, tm_endian_t endianness);

// UNICODE

#define TM_UTF8_DECODE_ERROR UINT32_MAX
Expand Down
121 changes: 0 additions & 121 deletions src/tm_buffer.c

This file was deleted.