summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/rawshark.pod6
-rw-r--r--doc/tshark.pod6
-rw-r--r--doc/wireshark.pod.template6
3 files changed, 0 insertions, 18 deletions
diff --git a/doc/rawshark.pod b/doc/rawshark.pod
index dcc4dd7902..69be6aba0d 100644
--- a/doc/rawshark.pod
+++ b/doc/rawshark.pod
@@ -432,12 +432,6 @@ per-file memory is initialized to 0xBADDCAFE when the memory is allocated
and is reset to 0xDEADBEEF when the memory is freed. This functionality is
useful mainly to developers looking for bugs in the way memory is handled.
-=item WIRESHARK_DEBUG_USE_SLICES
-
-Exporting this environment variable causes slab allocations to be done using
-glib's g_slice routines. This, combined with glib's G_SLICE=always-malloc
-setting, can help developers looking for bugs in the way memory is handled.
-
=item WIRESHARK_RUN_FROM_BUILD_DIRECTORY
This environment variable causes the plugins and other data files to be loaded
diff --git a/doc/tshark.pod b/doc/tshark.pod
index a289abeeee..087d75b8eb 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -1574,12 +1574,6 @@ per-file memory is initialized to 0xBADDCAFE when the memory is allocated
and is reset to 0xDEADBEEF when the memory is freed. This functionality is
useful mainly to developers looking for bugs in the way memory is handled.
-=item WIRESHARK_DEBUG_USE_SLICES
-
-Exporting this environment variable causes slab allocations to be done using
-glib's g_slice routines. This, combined with glib's G_SLICE=always-malloc
-setting, can help developers looking for bugs in the way memory is handled.
-
=item WIRESHARK_RUN_FROM_BUILD_DIRECTORY
This environment variable causes the plugins and other data files to be loaded
diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template
index f552fec87a..c356e2e55b 100644
--- a/doc/wireshark.pod.template
+++ b/doc/wireshark.pod.template
@@ -2735,12 +2735,6 @@ per-file memory is initialized to 0xBADDCAFE when the memory is allocated
and is reset to 0xDEADBEEF when the memory is freed. This functionality is
useful mainly to developers looking for bugs in the way memory is handled.
-=item WIRESHARK_DEBUG_USE_SLICES
-
-Exporting this environment variable causes slab allocations to be done using
-glib's g_slice routines. This, combined with glib's G_SLICE=always-malloc
-setting, can help developers looking for bugs in the way memory is handled.
-
=item WIRESHARK_RUN_FROM_BUILD_DIRECTORY
This environment variable causes the plugins and other data files to be loaded