Remove redundant code.

Change-Id: I3754c94671605db2545897d22b68b6c8e8aae9d1
This commit is contained in:
Mrozek, Michal
2018-11-20 11:38:15 +01:00
committed by sys_ocldev
parent bbc7afc952
commit 3f63aeeb74
19 changed files with 0 additions and 44 deletions

View File

@@ -50,9 +50,6 @@ class CompilerInterface {
return instance;
}
static void shutdown() {
}
MOCKABLE_VIRTUAL cl_int build(Program &program, const TranslationArgs &pInputArgs, bool enableCaching);
MOCKABLE_VIRTUAL cl_int compile(Program &program, const TranslationArgs &pInputArgs);