diff options
author | Tomas Vondra | 2017-11-04 15:46:56 +0000 |
---|---|---|
committer | Tomas Vondra | 2017-11-04 15:46:56 +0000 |
commit | eef3e0b0511bcd543977d2c3e0994b3d302f3fd0 (patch) | |
tree | c13bfb778d522b68f144e5cbf64847c42935789e /src/tutorial | |
parent | 4ef4952534127818dcc92a801c18d1c08644c477 (diff) |
Cleanup GTM API: make functions static, remove dead code
The cleanup does two basic things:
* Functions used only in a single source file are made static (and also
removed from the header file, of course). This reduces the size of the
public GTM API.
* Unused functions (identified by the compiler thanks to making other
functions static in the previous step) are removed. The assumption is
that this code was not really tested at all, and would only make
future improvements harder.
Diffstat (limited to 'src/tutorial')
0 files changed, 0 insertions, 0 deletions