X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_python_helper.c;h=7c2c7e06dca623085597ca9f407a55d2ce3655ec;hp=ad7e5cc93c230758d1359285c90347bd14ef7b0f;hb=0577984f13993d243b05a5cebad48cc32e7f983a;hpb=96eaf1d7ebcad5892d7600bf85419f70d332f8b2 diff --git a/direct/python/yaffs_python_helper.c b/direct/python/yaffs_python_helper.c index ad7e5cc..7c2c7e0 100644 --- a/direct/python/yaffs_python_helper.c +++ b/direct/python/yaffs_python_helper.c @@ -47,8 +47,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;}