summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands/mem.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/mem.c b/commands/mem.c
index 7eb60afec3..568050d34b 100644
--- a/commands/mem.c
+++ b/commands/mem.c
@@ -41,8 +41,6 @@
char *mem_rw_buf;
-static char *DEVMEM = "/dev/mem";
-
int open_and_lseek(const char *filename, int mode, loff_t pos)
{
int fd, ret;