- remove unused function prototype

svn path=/trunk/boinc/; revision=22072
This commit is contained in:
Tuan Le 2010-07-27 19:56:26 +00:00
parent dd7e8462a2
commit f311cce3dc
1 changed files with 0 additions and 6 deletions

View File

@ -209,12 +209,6 @@ void cleanup_host(void);
/* Write the result to output file */
void print_to_file(MFILE *out, float *h_odata, int n);
/*
* Check if the device is able to support the requested number of work items.
*/
int check_device_capability(size_t *globalThreads,
size_t *localThreads);
/*
* Functions used to inverst matrix. Call kernels inside.
*/