diff --git a/mozilla/webtools/bugzilla/docs/sgml/installation.sgml b/mozilla/webtools/bugzilla/docs/sgml/installation.sgml
index 68a911b86af..aac479876a7 100644
--- a/mozilla/webtools/bugzilla/docs/sgml/installation.sgml
+++ b/mozilla/webtools/bugzilla/docs/sgml/installation.sgml
@@ -1094,44 +1094,6 @@ my $webservergid = '8'
-
- System Calls
-
- In order to get system calls to work on win32's perl, you need
- to tell the windows shell what interpreter to use. This is done by
- changing the system calls. You will need to
- search all of Bugzilla's code for system calls.
- To tell perl your interpreter, it needs to be the first argument to
- the system call. For example, you'll need to
- change:
-
-
-system("$webdotbase","-Tpng","-o","$pngfilename","$filename");
-
- with
-
-system("C:\\perl\\bin\\perl", "$webdotbase","-Tpng","-o","$pngfilename","$filename");
-
-
-
- The grep command is very helpful in finding
- these system calls, assuming you have the
- cygwin utilities.
-
-
-
-
- It appears that the only system call
- remaining in the Bugzilla codebase is in
- showdependencygraph.cgi. Not changing this
- file will only cause dependency graphs to not function if the
- paramater points to a local
- installation of GraphViz.
-
-
-
-
-
diff --git a/mozilla/webtools/bugzilla/docs/xml/installation.xml b/mozilla/webtools/bugzilla/docs/xml/installation.xml
index 68a911b86af..aac479876a7 100644
--- a/mozilla/webtools/bugzilla/docs/xml/installation.xml
+++ b/mozilla/webtools/bugzilla/docs/xml/installation.xml
@@ -1094,44 +1094,6 @@ my $webservergid = '8'
-
- System Calls
-
- In order to get system calls to work on win32's perl, you need
- to tell the windows shell what interpreter to use. This is done by
- changing the system calls. You will need to
- search all of Bugzilla's code for system calls.
- To tell perl your interpreter, it needs to be the first argument to
- the system call. For example, you'll need to
- change:
-
-
-system("$webdotbase","-Tpng","-o","$pngfilename","$filename");
-
- with
-
-system("C:\\perl\\bin\\perl", "$webdotbase","-Tpng","-o","$pngfilename","$filename");
-
-
-
- The grep command is very helpful in finding
- these system calls, assuming you have the
- cygwin utilities.
-
-
-
-
- It appears that the only system call
- remaining in the Bugzilla codebase is in
- showdependencygraph.cgi. Not changing this
- file will only cause dependency graphs to not function if the
- paramater points to a local
- installation of GraphViz.
-
-
-
-
-