diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-03-26 16:22:48 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-03-26 16:22:48 -0230 |
commit | 09ad7aefdf77c9575d6b0d8f16df4e2d61cfc41f (patch) | |
tree | f2d6fef63d085070f174a24f1db123f893bbd1c0 /cpp/allDemos.py | |
parent | Allow for 3 line comment in header (diff) | |
download | ice-09ad7aefdf77c9575d6b0d8f16df4e2d61cfc41f.tar.bz2 ice-09ad7aefdf77c9575d6b0d8f16df4e2d61cfc41f.tar.xz ice-09ad7aefdf77c9575d6b0d8f16df4e2d61cfc41f.zip |
Removed protobuf demos/tests
Diffstat (limited to 'cpp/allDemos.py')
-rwxr-xr-x | cpp/allDemos.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cpp/allDemos.py b/cpp/allDemos.py index 0d6fb5990dd..18a7b325c78 100755 --- a/cpp/allDemos.py +++ b/cpp/allDemos.py @@ -65,9 +65,5 @@ demos = [ "book/lifecycle", ] -protoDemos = [ - "Ice/protobuf" -] - if __name__ == "__main__": - Util.run(demos, protoDemos) + Util.run(demos) |