X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_python_helper.c;h=333ad586d6c2f846a04b2dee021266928f34f0d2;hp=ad7e5cc93c230758d1359285c90347bd14ef7b0f;hb=84f122f301b6a27295641fcbde3a6fbcfea78a99;hpb=059630308f8d017ffe4b42d0e08d6ad4e7affeb1 diff --git a/direct/python/yaffs_python_helper.c b/direct/python/yaffs_python_helper.c index ad7e5cc..333ad58 100644 --- a/direct/python/yaffs_python_helper.c +++ b/direct/python/yaffs_python_helper.c @@ -22,7 +22,6 @@ #include "yaffsfs.h" #include "yaffs_trace.h" -#include "yaffs_error_converter.h" int simulate_power_failure; int random_seed; @@ -47,8 +46,6 @@ int yaffs_O_WRONLY(void) { return O_WRONLY;} int yaffs_O_RDWR(void) { return O_RDWR;} int yaffs_O_TRUNC(void) { return O_TRUNC;} -int yaffs_set_trace(unsigned int tm) { return yaffs_trace_mask=tm; } -int yaffs_get_trace(void) { return yaffs_trace_mask; } int yaffs_S_IFMT(void){return S_IFMT;} int yaffs_S_IFLNK(void){return S_IFLNK;}