aboutsummaryrefslogtreecommitdiffstats
path: root/doc/wireshark.pod.template
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-03-11 18:04:46 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-03-11 18:04:46 +0000
commit965cb6384e1d760097e46adf1bbe89a5de778f96 (patch)
tree781a801a7cb430ba956637f3a98e585e4c95260d /doc/wireshark.pod.template
parent48d769db85324ba95db8d8dee1b3ddc21a2d98bd (diff)
Followup to r48218: remove documentation of the WIRESHARK_DEBUG_USE_SLICES environment variable.
svn path=/trunk/; revision=48249
Diffstat (limited to 'doc/wireshark.pod.template')
-rw-r--r--doc/wireshark.pod.template6
1 files changed, 0 insertions, 6 deletions
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