diff options
Diffstat (limited to 'py/allDemos.py')
-rwxr-xr-x | py/allDemos.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/py/allDemos.py b/py/allDemos.py index 230ffb8286e..5829ada88a7 100755 --- a/py/allDemos.py +++ b/py/allDemos.py @@ -41,10 +41,5 @@ demos = [ "book/simple_filesystem" ] -protoDemos = [ - "Ice/protobuf" -] - - if __name__ == "__main__": - Util.run(demos, protoDemos) + Util.run(demos) |