Remove old hidden API.

This was never shipped and long since replaced by ioReceive().

Change-Id: Ieba7fd4305c2c561cc36154c57414783e4bf502b
This commit is contained in:
Jason Sams
2013-09-26 12:13:20 -07:00
parent af0a388b7d
commit 390ec00c66

View File

@@ -410,14 +410,6 @@ public class Allocation extends BaseObj {
Trace.traceEnd(RenderScript.TRACE_TAG);
}
/**
* Delete once code is updated.
* @hide
*/
public void ioSendOutput() {
ioSend();
}
/**
* Receive the latest input into the Allocation. This operation
* is only valid if {@link #USAGE_IO_INPUT} is set on the Allocation.