Removed an obsolete extern declaration.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2798 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2011-03-06 08:05:01 +00:00
parent 3cc5ac6d9a
commit 9f8702a2a0
1 changed files with 0 additions and 4 deletions

View File

@ -218,10 +218,6 @@ struct intctx {
#define port_wait_for_interrupt()
#endif
#if !defined(__DOXYGEN__)
extern regarm_t _port_saved_pc;
#endif
#ifdef __cplusplus
extern "C" {
#endif