commit
3add3e00cb
@ -14,9 +14,6 @@ thin_provisioning::create_custom_emitter(string const &shared_lib, ostream &out)
|
|||||||
if (shared_lib != "tmakatos_emitter.so")
|
if (shared_lib != "tmakatos_emitter.so")
|
||||||
throw runtime_error(shared_lib + ": no such emitter");
|
throw runtime_error(shared_lib + ": no such emitter");
|
||||||
|
|
||||||
cout << "XXX creating tmakatos_emitter" << endl;
|
|
||||||
cout << flush;
|
|
||||||
|
|
||||||
return emitter::ptr(new tmakatos_emitter::binary_emitter(out));
|
return emitter::ptr(new tmakatos_emitter::binary_emitter(out));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user