rust/hg-cpython/src/exceptions.rs
changeset 44206 9804badd5970
parent 44137 3bd77c64bc74
child 44529 f96b28aa4b79
--- a/rust/hg-cpython/src/exceptions.rs	Sat Oct 19 16:48:34 2019 +0900
+++ b/rust/hg-cpython/src/exceptions.rs	Sat Oct 19 17:01:28 2019 +0900
@@ -40,5 +40,3 @@
 }
 
 py_exception!(rustext, HgPathPyError, RuntimeError);
-
-py_exception!(shared_ref, AlreadyBorrowed, RuntimeError);