From 6e878f90c0f169dc6de8ee97273de844b81091d7 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Tue, 3 Aug 2010 07:23:34 +0000
Subject: [PATCH] bin/translation.php: No need for a session here.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2463 44740490-163a-0410-bde0-09ae8108e29a
---
 bin/translation.php | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/bin/translation.php b/bin/translation.php
index 3f8243f28..75c7a7c29 100755
--- a/bin/translation.php
+++ b/bin/translation.php
@@ -11,10 +11,6 @@ if (count($argv) !== 3) {
 	echo "Wrong number of parameters. Run:   " . $argv[0] . " [pulldef,push,pull] filename\n"; exit;
 }
 
-// Needed in order to make session_start to be called before output is printed.
-$session = SimpleSAML_Session::getInstance();
-
-
 $action = $argv[1];
 $file = $argv[2];
 
-- 
GitLab