]> Repositorios git - scryer-prolog.git/commitdiff
remove preliminary file
authorMark Thom <[email protected]>
Mon, 15 Jan 2018 16:20:11 +0000 (09:20 -0700)
committerMark Thom <[email protected]>
Mon, 15 Jan 2018 16:20:11 +0000 (09:20 -0700)
src/prolog/rc_atom.rs [deleted file]

diff --git a/src/prolog/rc_atom.rs b/src/prolog/rc_atom.rs
deleted file mode 100644 (file)
index 646a687..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-use prolog::ast::*;
-
-use std::cell::RefCell;
-use std::rc::Rc;
-
-pub type TabledData<T> = HashSet<Rc<T>>
-    
-pub struct TabledRc<T> {
-    atom: Rc<T>,
-    table: Rc<RefCell<TabledData<T>>>
-}