remove ON_DEVICE from fileutils

This commit is contained in:
Philippe Teuwen 2019-08-22 23:06:18 +02:00
commit e8efeacc57
2 changed files with 0 additions and 25 deletions

View file

@ -42,9 +42,6 @@
#include "commonutil.h"
#include "util.h"
#ifndef ON_DEVICE
#define PATH_MAX_LENGTH 100
/**
@ -612,7 +609,3 @@ int convertOldMfuDump(uint8_t **dump, size_t *dumplen) {
return PM3_SUCCESS;
}
#else //if we're on ARM
#endif