summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2013-04-23 13:05:33 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-04-26 12:52:24 +0300
commit1f8a5316fdc8c17b3e2af1d011b65d584857997f (patch)
treee94f55e6ad20f09c3c9246e8383d1ea626505293 /TODO
parentf3b5215339f96df7fb3b5c7588d72bfde1c2ab6a (diff)
downloadconnman-1f8a5316fdc8c17b3e2af1d011b65d584857997f.tar.gz
connman-1f8a5316fdc8c17b3e2af1d011b65d584857997f.tar.bz2
connman-1f8a5316fdc8c17b3e2af1d011b65d584857997f.zip
TODO: Update type definitions cleanup task
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 99266588..9b916d54 100644
--- a/TODO
+++ b/TODO
@@ -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