From 390ec00c6693fb20004f357901beae919a79329f Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Thu, 26 Sep 2013 12:13:20 -0700 Subject: [PATCH] Remove old hidden API. This was never shipped and long since replaced by ioReceive(). Change-Id: Ieba7fd4305c2c561cc36154c57414783e4bf502b --- graphics/java/android/renderscript/Allocation.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/graphics/java/android/renderscript/Allocation.java b/graphics/java/android/renderscript/Allocation.java index 12b351747c986..bb1e74360a8a8 100644 --- a/graphics/java/android/renderscript/Allocation.java +++ b/graphics/java/android/renderscript/Allocation.java @@ -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.