]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/9/kw/softfpu.c
ndb/dns: lookup *all* entries in dblookup(), v4 and v6 queries in parallel, remove...
[plan9front.git] / sys / src / 9 / kw / softfpu.c
old mode 100755 (executable)
new mode 100644 (file)
index b412a6b..229c7e1
@@ -41,27 +41,6 @@ fpunoted(void)
         */
 }
 
-void
-fpusysrfork(Ureg*)
-{
-       /*
-        * Called early in the non-interruptible path of
-        * sysrfork() via the machine-dependent syscall() routine.
-        * Save the state so that it can be easily copied
-        * to the child process later.
-        */
-}
-
-void
-fpusysrforkchild(Proc*, Ureg*, Proc*)
-{
-       /*
-        * Called later in sysrfork() via the machine-dependent
-        * sysrforkchild() routine.
-        * Copy the parent FPU state to the child.
-        */
-}
-
 void
 fpuprocsave(Proc*)
 {