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:
@@ -28,21 +28,3 @@ entry_ref_to_path_adapter(dev_t device, ino_t directory, const char *name,
|
|||||||
return error;
|
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);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user