Accidently disabled old BeOS API.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9941 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-11-12 17:18:45 +00:00
parent f99b76aafb
commit fdc19c4c1a

View File

@ -749,7 +749,6 @@ block_cache_put(void *_cache, off_t blockNumber)
// #pragma mark -
// private BeOS compatible interface (to be removed)
#if 0
void
put_cache_entry(int fd, cached_block *entry)
@ -972,4 +971,3 @@ set_blocks_info(int fd, off_t *blocks, int numBlocks,
return -1;
}
#endif