summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-04-16 14:05:52 +0000
committerpaltherr <paltherr@epfl.ch>2003-04-16 14:05:52 +0000
commitbd60b6057c2b72ded05363c4759a90505a637d56 (patch)
tree8703eb8c5debf6c5676404370201f45aecc80c67 /sources
parentd20bbb416e7d15d34b18ca5a110b843a8ada1fbc (diff)
downloadscala-bd60b6057c2b72ded05363c4759a90505a637d56.tar.gz
scala-bd60b6057c2b72ded05363c4759a90505a637d56.tar.bz2
scala-bd60b6057c2b72ded05363c4759a90505a637d56.zip
- Removed Function.tmpl
Diffstat (limited to 'sources')
-rw-r--r--sources/scala/Function.tmpl21
1 files changed, 0 insertions, 21 deletions
diff --git a/sources/scala/Function.tmpl b/sources/scala/Function.tmpl
deleted file mode 100644
index 175639be24..0000000000
--- a/sources/scala/Function.tmpl
+++ /dev/null
@@ -1,21 +0,0 @@
-// [#do-not-edit#]
-
-/* __ *\
-** ________ ___ / / ___ Scala API **
-** / __/ __// _ | / / / _ | (c) 2002, LAMP/EPFL **
-** __\ \/ /__/ __ |/ /__/ __ | **
-** /____/\___/_/ |_/____/_/ | | **
-** |/ **
-\* */
-
-// $Id$
-
-package scala;
-
-/** @meta class [#type-params#] extends scala.Object;
- */
-public interface Function[#n#] {
- /** @meta method [#scala-params#];
- */
- abstract public java.lang.Object apply([#java-params#]);
-}