Removed unneeded functions - we have those natively now.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8178 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-06-26 14:42:40 +00:00
parent 2397827a6f
commit cd437e5e2f
-18
View File
@@ -28,21 +28,3 @@ entry_ref_to_path_adapter(dev_t device, ino_t directory, const char *name,
return error;
}
// swap_data_adapter
status_t
swap_data_adapter(type_code type, void *data, size_t length,
swap_action action)
{
return swap_data(type, data, length, action);
}
// is_type_swapped_adapter
bool
is_type_swapped_adapter(type_code type)
{
return is_type_swapped(type);
}