summaryrefslogtreecommitdiff
path: root/src/cli/runtime/IPersistentMap.cs
diff options
context:
space:
mode:
authorRich Hickey <richhickey@gmail.com>2006-08-05 15:06:30 +0000
committerRich Hickey <richhickey@gmail.com>2006-08-05 15:06:30 +0000
commitcfbe0fe8a1adaf7b16f37d92545c89230256221d (patch)
tree03e34f1e6cf73f09b902b3444bd068e282f0a86b /src/cli/runtime/IPersistentMap.cs
parenta8ba1dbdec6976596e005b7ffe2d06355280a10f (diff)
made arrays associative, added MapEntry
Diffstat (limited to 'src/cli/runtime/IPersistentMap.cs')
-rw-r--r--src/cli/runtime/IPersistentMap.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cli/runtime/IPersistentMap.cs b/src/cli/runtime/IPersistentMap.cs
index df91a08a..d9d3991a 100644
--- a/src/cli/runtime/IPersistentMap.cs
+++ b/src/cli/runtime/IPersistentMap.cs
@@ -21,7 +21,6 @@ IPersistentMap add(Object key, Object val);
IPersistentMap remove(Object key);
-int capacity();
}
}