From 93239adb55d338af3852ad7eb9113aa06cd1afd5 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 4 Aug 2009 07:12:43 -0400 Subject: [PATCH] remove unused openid lib from logout action --- actions/logout.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/actions/logout.php b/actions/logout.php index 3fcfb4f4ef..cb20a26b54 100644 --- a/actions/logout.php +++ b/actions/logout.php @@ -32,8 +32,6 @@ if (!defined('LACONICA')) { exit(1); } -require_once INSTALLDIR.'/lib/openid.php'; - /** * Logout action class. *