diff options
author | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-04-23 13:05:33 +0300 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-04-26 12:52:24 +0300 |
commit | 1f8a5316fdc8c17b3e2af1d011b65d584857997f (patch) | |
tree | e94f55e6ad20f09c3c9246e8383d1ea626505293 /TODO | |
parent | f3b5215339f96df7fb3b5c7588d72bfde1c2ab6a (diff) | |
download | connman-1f8a5316fdc8c17b3e2af1d011b65d584857997f.tar.gz connman-1f8a5316fdc8c17b3e2af1d011b65d584857997f.tar.bz2 connman-1f8a5316fdc8c17b3e2af1d011b65d584857997f.zip |
TODO: Update type definitions cleanup task
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -83,8 +83,6 @@ Core Complexity: C1 Go through variable types and use the following: - * uint8_t instead of connman_uint8_t, unsigned char - * uint16_t instead of connman_uint16_t, unsigned short * bool from <stdbool.h> instead of connman_bool_t and gboolean, in the latter case in those places it makes sense |