--- a/doc/tutorial/conclusion.texi Sun Jan 02 22:57:04 2011 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,60 +0,0 @@
-@c ============================================================================
-@c Begin document body here
-@c ============================================================================
-
-@c ============================================================================
-@c PART: Closing Remarks
-@c ============================================================================
-@c The below chapters are under the major heading "Closing Remarks"
-@c This is similar to the Latex \part command
-@c
-@c ============================================================================
-@c Closing Remarks
-@c ============================================================================
-@node Closing Remarks
-@chapter Closing Remarks
-
-@menu
-* Futures::
-* Closing::
-@end menu
-
-@c ============================================================================
-@c Futures
-@c ============================================================================
-@node
-@section Futures
-
-This document is a work in process. We hope and expect it to grow over time
-to cover more and more of the nuts and bolts of @command{ns-3}.
-
-We hope to add the following chapters over the next few releases:
-
-@itemize @bullet
-@item The Callback System
-@item The Object System and Memory Management
-@item The Routing System
-@item Adding a New NetDevice and Channel
-@item Adding a New Protocol
-@item Working with Real Networks and Hosts
-@end itemize
-
-Writing manual and tutorial chapters is not something we all get excited about,
-but it is very important to the project. If you are an expert in one of these
-areas, please consider contributing to @command{ns-3} by providing one of these
-chapters; or any other chapter you may think is important.
-
-@c ============================================================================
-@c Closing
-@c ============================================================================
-@node
-@section Closing
-
-@code{ns-3} is a large and complicated system. It is impossible to cover all
-of the things you will need to know in one small tutorial.
-
-We have really just scratched the surface of @command{ns-3} in this tutorial,
-but we hope to have covered enough to get you started doing useful networking
-research using our favorite simulator.
-
--- The @command{ns-3} development team.