Skip to content

Commit

Permalink
Remove tm
Browse files Browse the repository at this point in the history
  • Loading branch information
melonedo committed Sep 13, 2021
1 parent c17a9f3 commit 9c9fea5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/generator/definitions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const DEFAULT_EXTRA_DEFINITIONS = Dict{Symbol,AbstractJuliaType}(
:int16_t => JuliaCint16_t(),
:int8_t => JuliaCint8_t(),
:uintptr_t => JuliaCuintptr_t(),
:tm => JuliaCtm(),
:wchar_t => JuliaCwchar_t(),
:va_list => JuliaUnsupported(),
:FILE => JuliaCFILE(),
Expand Down

0 comments on commit 9c9fea5

Please sign in to comment.