Kaydet (Commit) 997066dd authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin code that has been commented out since initial import

Change-Id: Ie96cf3043b126577087eadae5900489a5eb84bcf
üst 3fffbb74
......@@ -61,20 +61,6 @@ static struct
{ -1, osl_Pipe_E_invalidError }
};
/* map */
/* mfe: NOT USED
static int osl_NativeFromPipeError(oslPipeError errorCode)
{
int i = 0;
while ((PipeError[i].error != osl_Pipe_E_invalidError) &&
(PipeError[i].error != errorCode)) i++;
return PipeError[i].errcode;
}
*/
/* reverse map */
static oslPipeError osl_PipeErrorFromNative(int nativeType)
{
......
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