diff options
author | Rich Hickey <richhickey@gmail.com> | 2006-08-11 16:30:07 +0000 |
---|---|---|
committer | Rich Hickey <richhickey@gmail.com> | 2006-08-11 16:30:07 +0000 |
commit | a6aa6a69dd251e2a47fe6c1ef17c4e56c0dc5314 (patch) | |
tree | 575212baa2c20f1699dc9d58b07f7dfd6017a781 /src/cli/runtime/PersistentQueue.cs | |
parent | 0addb40116e9a293c5f0a0f0040a9f4862964c92 (diff) |
got rid of PersistentListMap
Diffstat (limited to 'src/cli/runtime/PersistentQueue.cs')
-rw-r--r-- | src/cli/runtime/PersistentQueue.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/runtime/PersistentQueue.cs b/src/cli/runtime/PersistentQueue.cs index 14d7c2f8..78635448 100644 --- a/src/cli/runtime/PersistentQueue.cs +++ b/src/cli/runtime/PersistentQueue.cs @@ -140,7 +140,7 @@ class Seq : ASeq { }
}
-//*
+/*
public static void Main(String[] args) {
if (args.Length != 1)
{
|