summaryrefslogtreecommitdiff
path: root/cpp/allDemos.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-03-26 16:22:48 -0230
committerDwayne Boone <dwayne@zeroc.com>2009-03-26 16:22:48 -0230
commit09ad7aefdf77c9575d6b0d8f16df4e2d61cfc41f (patch)
treef2d6fef63d085070f174a24f1db123f893bbd1c0 /cpp/allDemos.py
parentAllow for 3 line comment in header (diff)
downloadice-09ad7aefdf77c9575d6b0d8f16df4e2d61cfc41f.tar.bz2
ice-09ad7aefdf77c9575d6b0d8f16df4e2d61cfc41f.tar.xz
ice-09ad7aefdf77c9575d6b0d8f16df4e2d61cfc41f.zip
Removed protobuf demos/tests
Diffstat (limited to 'cpp/allDemos.py')
-rwxr-xr-xcpp/allDemos.py6
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)