From 4553f0942c00b47342deea7fc47bb9822484a65e Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Tue, 25 Mar 2014 17:28:31 +0000 Subject: Remove --profile support The handrolled profile logging support in sos hasn't been widely used in a long time and is a problem better solved with external profiling and coverage tools. Rip out all the support and documentation. This shortens and simplifies numerous Plugin class methods. Fixes Issue #244. Signed-off-by: Bryn M. Reeves --- tests/plugin_tests.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/plugin_tests.py') diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py index 31ffae40..0f8ef5da 100644 --- a/tests/plugin_tests.py +++ b/tests/plugin_tests.py @@ -89,9 +89,7 @@ class EnablerPlugin(Plugin): class MockOptions(object): - - profiler = False - + pass class PluginToolTests(unittest.TestCase): -- cgit