changeset 184:00e5213ebabe

remove_skip_annotation
author anatofuz
date Tue, 21 Jan 2020 13:07:05 +0900
parents 8c39a36878b1
children 7fc3c3da2159
files src/impl/file_impl_pipe.cbc
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/impl/file_impl_pipe.cbc	Mon Jan 20 17:45:25 2020 +0900
+++ b/src/impl/file_impl_pipe.cbc	Tue Jan 21 13:07:05 2020 +0900
@@ -34,7 +34,7 @@
     file->close = C_closepipe;
     return file;
 }
-//Skip: generate_context
+
 __code statpipe(struct pipe* file, struct stat* st, __code next(...)) { //:skip
 
     goto next(...);
@@ -62,7 +62,6 @@
 }
 
 
-//Skip: generate_context
 __code cbc_sleep(struct pipe* p, unit* nread, struct spinlock* lock, __code next(...), __code pread(...)){ //:skip
     if(proc == 0) {
         goto cbc_context->panic("sleep");
@@ -79,7 +78,6 @@
     goto cbc_sched(cbc_sleep1);
 }
 
-//Skip: generate_context
 __code cbc_sched_stub(struct pipe* p, unit* nread, struct spinlock* lock, __code next(...), __code pread(...)){ //:skip
     proc->chan = chan;
     proc->state = SLEEPING;