am b1c1518e: Merge "Remove old hidden API."

* commit 'b1c1518ef1e89fb8bc42022b6455a695cacd949c':
  Remove old hidden API.
This commit is contained in:
Tim Murray
2014-02-03 14:41:02 -08:00
committed by Android Git Automerger

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.