summaryrefslogtreecommitdiff
path: root/src/target/armv7m.h
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2010-03-16 10:58:21 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-03-17 07:40:00 +0100
commit1d9fba8c1488c3774c8bde737c2d658b1f525d09 (patch)
tree6c09a4e8c379e386b24dcde638e63bb7357fa597 /src/target/armv7m.h
parent6f8b8593d63bc9781435270a54b6f7d245eecd8e (diff)
downloadopenocd+libswd-1d9fba8c1488c3774c8bde737c2d658b1f525d09.tar.gz
openocd+libswd-1d9fba8c1488c3774c8bde737c2d658b1f525d09.tar.bz2
openocd+libswd-1d9fba8c1488c3774c8bde737c2d658b1f525d09.tar.xz
openocd+libswd-1d9fba8c1488c3774c8bde737c2d658b1f525d09.zip
arm7/9: remove unused post_restore_context
Unused. If something should happen after context restore, then the calling code can just do it afterwards. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/target/armv7m.h')
-rw-r--r--src/target/armv7m.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/armv7m.h b/src/target/armv7m.h
index 51d67048..57d46ede 100644
--- a/src/target/armv7m.h
+++ b/src/target/armv7m.h
@@ -124,7 +124,6 @@ struct armv7m_common
void (*post_debug_entry)(struct target *target);
void (*pre_restore_context)(struct target *target);
- void (*post_restore_context)(struct target *target);
};
static inline struct armv7m_common *