Skip to content

Commit a6df6ba

Browse files
authored
Merge pull request arduino#94 from bcmi-labs/storage-cleanup
Storage: storage retarget cleanup
2 parents 238d310 + c8089dd commit a6df6ba

File tree

2 files changed

+0
-809
lines changed

2 files changed

+0
-809
lines changed

libraries/Storage/storage_common.h

-19
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,13 @@
33

44
#include "Arduino.h"
55

6-
7-
86
#ifdef __cplusplus
97
extern "C" {
108
#endif
119

1210
//#define STORAGE_DEBUG
1311
//#define STORAGE_ASSERT
1412

15-
16-
17-
1813
/* -------------------------------------------------------------------------- */
1914
/* STORAGE DEBUG */
2015
/* -------------------------------------------------------------------------- */
@@ -197,18 +192,4 @@ struct pollfh {
197192
*/
198193
int poll(pollfh fhs[], unsigned nfhs, int timeout);
199194

200-
inline static void singleton_lock(void)
201-
{
202-
203-
}
204-
205-
206-
inline static void singleton_unlock(void)
207-
{
208-
209-
}
210-
211195
#endif
212-
213-
214-

0 commit comments

Comments
 (0)