summaryrefslogtreecommitdiff
path: root/src/target/arm926ejs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm926ejs.c')
-rw-r--r--src/target/arm926ejs.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/target/arm926ejs.c b/src/target/arm926ejs.c
index c25a677d..110adee0 100644
--- a/src/target/arm926ejs.c
+++ b/src/target/arm926ejs.c
@@ -947,10 +947,3 @@ static int arm926ejs_mmu(struct target_s *target, int *enabled)
*enabled = arm926ejs->armv4_5_mmu.mmu_enabled;
return ERROR_OK;
}
-
-/*
- * Local Variables: ***
- * c-basic-offset: 4 ***
- * tab-width: 4 ***
- * End: ***
- */