summaryrefslogtreecommitdiff
path: root/cmd/cmd_info.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2016-05-23 21:51:44 +0100
committerFreeArtMan <dos21h@gmail.com>2016-05-23 21:51:44 +0100
commitcb141140579d796ae5cafe6da52b4f0b87be6a84 (patch)
tree61e0130a1581e1ba99dabed32c82782699db064c /cmd/cmd_info.c
parent4baa01f8cd595cb0517d8f7f665d5be92528b6c2 (diff)
downloadihe-cb141140579d796ae5cafe6da52b4f0b87be6a84.tar.gz
ihe-cb141140579d796ae5cafe6da52b4f0b87be6a84.zip
Simplifying logic. Removing buffer features
Diffstat (limited to 'cmd/cmd_info.c')
-rw-r--r--cmd/cmd_info.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/cmd/cmd_info.c b/cmd/cmd_info.c
index b06f8bc..8744efe 100644
--- a/cmd/cmd_info.c
+++ b/cmd/cmd_info.c
@@ -30,16 +30,5 @@ int c_info( cmd_arg_t *arg )
printf("BLOCK : %u\n", g_file->blk_size );
}
- if ( g_buf == NULL )
- {
- printf("buffer not initialised\n");
- } else
- {
- printf("BUF:\n");
- printf("ADDR : %p\n", g_buf->buf);
- printf("SIZE : %d\n", g_buf->size);
- printf("BUFSIZE: %d\n", g_buf->buf_size);
- }
-
return 0;
} \ No newline at end of file