aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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));