summaryrefslogtreecommitdiff
path: root/Source/Modules/allegrocl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Modules/allegrocl.cxx')
-rw-r--r--Source/Modules/allegrocl.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Modules/allegrocl.cxx b/Source/Modules/allegrocl.cxx
index 97af186fe..e39abed2f 100644
--- a/Source/Modules/allegrocl.cxx
+++ b/Source/Modules/allegrocl.cxx
@@ -2445,7 +2445,6 @@ int ALLEGROCL::functionWrapper(Node *n) {
/* See if there is any return cleanup code */
if ((tm = Swig_typemap_lookup("ret", n, Swig_cresult_name(), 0))) {
- Replaceall(tm, "$source", Swig_cresult_name());
Printf(f->code, "%s\n", tm);
Delete(tm);
}