changeset 1210:9bfa9705addf trunk

Remove references to default_const hack.
author William Pitcock <nenolod@atheme-project.org>
date Thu, 05 Jul 2007 01:01:45 -0500
parents 594909468f53
children 38b9c5765929
files src/stdio/stdio.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/stdio/stdio.c	Thu Jul 05 00:58:09 2007 -0500
+++ b/src/stdio/stdio.c	Thu Jul 05 01:01:45 2007 -0500
@@ -266,14 +266,12 @@
 
 static void init(void)
 {
-	vfs_register_transport(&default_const);
 	vfs_register_transport(&file_const);
 }
 
 static void cleanup(void)
 {
 #if 0
-	vfs_unregister_transport(&default_const);
 	vfs_unregister_transport(&file_const);
 #endif
 }