diff options
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) |