Commit 32e814e0 by Maxime Grégoire

Removal of useless comment in dllmain.cpp

Change-Id: I57fc7093045bc8d58883ba376c296db68e2eb3e9 Reviewed-on: https://swiftshader-review.googlesource.com/3713Reviewed-by: 's avatarMaxime Grégoire <mgregoire@google.com> Tested-by: 's avatarMaxime Grégoire <mgregoire@google.com>
parent 2926e966
...@@ -104,11 +104,6 @@ namespace cl ...@@ -104,11 +104,6 @@ namespace cl
current->context = context; current->context = context;
current->platform = platformId; current->platform = platformId;
/*if(context)
{
context->makeCurrent(surface);
}*/
} }
Devices::Context *getContext() Devices::Context *getContext()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment