aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/examples/function_dynBlock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/function_dynBlock.cpp')
-rw-r--r--doc/examples/function_dynBlock.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/examples/function_dynBlock.cpp b/doc/examples/function_dynBlock.cpp
index 7a7e1b320..767157433 100644
--- a/doc/examples/function_dynBlock.cpp
+++ b/doc/examples/function_dynBlock.cpp
@@ -8,12 +8,3 @@ int main(int, char**)
cout << m << endl;
return 0;
}
-
-/* Output:
-
-1 0 0 0
-0 1 0 0
-1 0 1 0
-0 1 0 1
-
-*/