summaryrefslogtreecommitdiff
path: root/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/instance.rscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/instance.rscript')
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/instance.rscript9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/instance.rscript b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/instance.rscript
deleted file mode 100644
index 65ce0326..00000000
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/instance.rscript
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "shared.rsh"
-
-int i;
-rs_allocation ai;
-
-void instance_test() {
- // Set our allocation based on the global input value.
- rsSetElementAt_int(ai, i, 0);
-}