]> git.cworth.org Git - apitrace/blobdiff - wrappers/gltrace_state.cpp
Merge remote-tracking branch 'github/master' into d2d
[apitrace] / wrappers / gltrace_state.cpp
index 9fcc56e2e5a68c7e67902aacf5001937fef388b3..cb8e08b1accce6b7818a55528f74809f7da1cd53 100644 (file)
@@ -126,15 +126,6 @@ void createContext(uintptr_t context_id)
     context_map_mutex.unlock();
 }
 
-/*
- * return true if the context has been destroyed, false otherwise. See
- * the note at releaseContext about the actual ccontext lifetime.
- */
-bool destroyContext(uintptr_t context_id)
-{
-    return releaseContext(context_id);
-}
-
 void setContext(uintptr_t context_id)
 {
     ThreadState *ts = get_ts();