# HG changeset patch # User William Pitcock # Date 1183615305 18000 # Node ID 9bfa9705addf82086c336e4c7ee4d6daa087a953 # Parent 594909468f53ebadcc352f94ba9d015865e6f177 Remove references to default_const hack. diff -r 594909468f53 -r 9bfa9705addf src/stdio/stdio.c --- 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 }