summaryrefslogtreecommitdiff
path: root/cpp/rubygen/generate
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2014-07-03 03:00:18 +0000
committerAndrew Stitcher <astitcher@apache.org>2014-07-03 03:00:18 +0000
commit94575fe3ca1609a919d88802aaaf58b7454fa48b (patch)
treeb70d01c05b5b8b7862ef2e03894bc65cb2e6aea1 /cpp/rubygen/generate
parent65a45ff8777389f66e2d293aac7253d7ae222b4f (diff)
downloadqpid-python-94575fe3ca1609a919d88802aaaf58b7454fa48b.tar.gz
QPID-5871: Remove unused generated code and dependent code
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1607521 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/rubygen/generate')
-rwxr-xr-xcpp/rubygen/generate15
1 files changed, 0 insertions, 15 deletions
diff --git a/cpp/rubygen/generate b/cpp/rubygen/generate
index 89b9b99520..3ab22e4fda 100755
--- a/cpp/rubygen/generate
+++ b/cpp/rubygen/generate
@@ -140,21 +140,6 @@ EOS
rgen_subdirs.each_key { |subdir|
out << "\nset(rgen_#{subdir}_srcs #{cmake_continue(rgen_subdirs[subdir])})\n"
}
- out << <<EOS
-set(rgen_srcs #{cmake_continue rgen_srcs})
-
-# Header file install rules.
-EOS
- ["amqp_0_10", "framing", "client/no_keyword","client", "broker"].each { |ns|
- dir="qpid/#{ns}"
- dir_ = dir.tr("/", "_")
- regex=%r|#{dir}/[^/]+\.h$|
- out << <<EOS
-set(#{dir_}dir \${includedir}/#{dir})
-set(dist_#{dir_}_HEADERS #{cmake_continue rgen_srcs.grep(regex)})
-
-EOS
- } # each
} # File makefile
end # if (makefile)
end