diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2014-07-03 03:00:18 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2014-07-03 03:00:18 +0000 |
| commit | 94575fe3ca1609a919d88802aaaf58b7454fa48b (patch) | |
| tree | b70d01c05b5b8b7862ef2e03894bc65cb2e6aea1 /cpp/rubygen/generate | |
| parent | 65a45ff8777389f66e2d293aac7253d7ae222b4f (diff) | |
| download | qpid-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-x | cpp/rubygen/generate | 15 |
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 |
