Whamcloud - gitweb
osd: remove accidentially committed bit of testing
authornikita <nikita>
Wed, 10 May 2006 23:44:27 +0000 (23:44 +0000)
committernikita <nikita>
Wed, 10 May 2006 23:44:27 +0000 (23:44 +0000)
lustre/osd/osd_handler.c

index 7e66666..9ac7fb7 100644 (file)
@@ -961,9 +961,3 @@ MODULE_DESCRIPTION("Lustre Object Storage Device ("LUSTRE_OSD0_NAME")");
 MODULE_LICENSE("GPL");
 
 cfs_module(osd, "0.0.2", osd_mod_init, osd_mod_exit);
-
-int cdebug_test_foo(int x, int y)
-{
-        CDEBUG(D_INODE, "x: %d, y: %d\n", x, y);
-}
-