summaryrefslogtreecommitdiff
path: root/tests/examplefiles/as3_test3.as
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/as3_test3.as')
-rw-r--r--tests/examplefiles/as3_test3.as3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/examplefiles/as3_test3.as b/tests/examplefiles/as3_test3.as
deleted file mode 100644
index b6954863..00000000
--- a/tests/examplefiles/as3_test3.as
+++ /dev/null
@@ -1,3 +0,0 @@
-protected function remote(method : String, ...args : Array) : Boolean {
- return true;
-}