From 86fcd18f4ef4d0cfc17df28649ae10b5060f2432 Mon Sep 17 00:00:00 2001 From: Rich Hickey Date: Mon, 25 Sep 2006 18:46:24 +0000 Subject: reorg of host symbols --- src/cli/runtime/InstanceMemberName.cs | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/cli/runtime/InstanceMemberName.cs (limited to 'src/cli/runtime/InstanceMemberName.cs') diff --git a/src/cli/runtime/InstanceMemberName.cs b/src/cli/runtime/InstanceMemberName.cs deleted file mode 100644 index 594b44cb..00000000 --- a/src/cli/runtime/InstanceMemberName.cs +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Copyright (c) Rich Hickey. All rights reserved. - * The use and distribution terms for this software are covered by the - * Common Public License 1.0 (http://opensource.org/licenses/cpl.php) - * which can be found in the file CPL.TXT at the root of this distribution. - * By using this software in any fashion, you are agreeing to be bound by - * the terms of this license. - * You must not remove this notice, or any other, from this software. - **/ - -using System; - -namespace clojure.lang -{ - -public class InstanceMemberName { -readonly public String className; -readonly public String memberName; - -public InstanceMemberName(String className, String memberName) { - this.className = className; - this.memberName = memberName; -} -} - -} -- cgit v1.2.3-70-g09d2