diff options
Diffstat (limited to 'otafault/ota_io.h')
-rw-r--r-- | otafault/ota_io.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/otafault/ota_io.h b/otafault/ota_io.h index 84187a76e..641a5ae0a 100644 --- a/otafault/ota_io.h +++ b/otafault/ota_io.h @@ -26,10 +26,6 @@ #include <stdio.h> #include <sys/stat.h> -#define OTAIO_CACHE_FNAME "/cache/saved.file" - -void ota_set_fault_files(); - int ota_open(const char* path, int oflags); int ota_open(const char* path, int oflags, mode_t mode); |