Remove _dummy_function

Or is there a need for it?


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

Branch: refs/heads/master
Commit: e23a7084df443a99ddff426f2893a7f9fc947ad5
Parents: 2ee0271
Author: Nick Wellnhofer <wellnho...@aevum.de>
Authored: Tue Nov 17 14:49:35 2015 +0100
Committer: Nick Wellnhofer <wellnho...@aevum.de>
Committed: Tue Nov 17 19:08:43 2015 +0100

----------------------------------------------------------------------
 runtime/perl/buildlib/Clownfish/Build/Binding.pm | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/e23a7084/runtime/perl/buildlib/Clownfish/Build/Binding.pm
----------------------------------------------------------------------
diff --git a/runtime/perl/buildlib/Clownfish/Build/Binding.pm 
b/runtime/perl/buildlib/Clownfish/Build/Binding.pm
index 941ad00..6af8863 100644
--- a/runtime/perl/buildlib/Clownfish/Build/Binding.pm
+++ b/runtime/perl/buildlib/Clownfish/Build/Binding.pm
@@ -40,13 +40,6 @@ sub bind_clownfish {
     my $xs_code = <<'END_XS_CODE';
 MODULE = Clownfish    PACKAGE = Clownfish
 
-IV
-_dummy_function()
-CODE:
-    RETVAL = 1;
-OUTPUT:
-    RETVAL
-
 SV*
 to_clownfish(sv)
     SV *sv;

Reply via email to