aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-12-19 11:53:20 -0500
committerbryan newbold <bnewbold@leaflabs.com>2013-12-19 11:53:20 -0500
commitd66bd2b1bd922d32f1c5fd0cfe4477ed00295307 (patch)
treeae0d7928db10c6ca8fbd27a53a9c70150eb21bed
parent871a32fe623fc8842019150254dd0918eea79d4f (diff)
downloaduioctl-d66bd2b1bd922d32f1c5fd0cfe4477ed00295307.tar.gz
uioctl-d66bd2b1bd922d32f1c5fd0cfe4477ed00295307.zip
remove old comment
-rw-r--r--uioctl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/uioctl.c b/uioctl.c
index a7e4d84..11bd993 100644
--- a/uioctl.c
+++ b/uioctl.c
@@ -212,8 +212,6 @@ int main(int argc, char *argv[]) {
}
ptr = mmap(NULL, map_size, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0);
- /* TODO: do the things... */
- /* value = *((unsigned *) (ptr + offset); */
if (mode == MODE_READ) {
for (; count > 0; count--) {
value = *((unsigned *) (ptr + addr));