Repository: lucy-clownfish
Updated Branches:
  refs/heads/master b8d40d0ef -> c1ed8ee70


Remove unused static function `S_to_parcel`.


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/bf4723fc
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/bf4723fc
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/bf4723fc

Branch: refs/heads/master
Commit: bf4723fc2d3b4a110eb7b4b0dd7625df92d79ea1
Parents: b8d40d0
Author: Marvin Humphrey <mar...@rectangular.com>
Authored: Tue Mar 15 23:50:39 2016 +0000
Committer: Marvin Humphrey <mar...@rectangular.com>
Committed: Sat Mar 19 21:42:22 2016 -0700

----------------------------------------------------------------------
 compiler/python/src/cfc/_cfc.c | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/bf4723fc/compiler/python/src/cfc/_cfc.c
----------------------------------------------------------------------
diff --git a/compiler/python/src/cfc/_cfc.c b/compiler/python/src/cfc/_cfc.c
index 24e45a4..0f6c882 100644
--- a/compiler/python/src/cfc/_cfc.c
+++ b/compiler/python/src/cfc/_cfc.c
@@ -91,12 +91,6 @@ S_to_Hierarchy(PyObject *wrapper) {
         "Clownfish::CFC::Model::Hierarchy");
 }
 
-static CFCParcel*
-S_to_Parcel(PyObject *wrapper) {
-    return (CFCParcel*)S_to_cfc_something(wrapper,
-        "Clownfish::CFC::Model::Parcel");
-}
-
 static CFCBindCore*
 S_to_BindCore(PyObject *wrapper) {
     return (CFCBindCore*)S_to_cfc_something(wrapper,

Reply via email to