mirror of https://github.com/BOINC/boinc.git
- remove unused function prototype
svn path=/trunk/boinc/; revision=22072
This commit is contained in:
parent
dd7e8462a2
commit
f311cce3dc
|
@ -209,12 +209,6 @@ void cleanup_host(void);
|
||||||
/* Write the result to output file */
|
/* Write the result to output file */
|
||||||
void print_to_file(MFILE *out, float *h_odata, int n);
|
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.
|
* Functions used to inverst matrix. Call kernels inside.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue