Ver código fonte

remove unused var

George Baugh 2 anos atrás
pai
commit
9cca811bc9
1 arquivos alterados com 0 adições e 3 exclusões
  1. 0 3
      lib/TCMS.pm

+ 0 - 3
lib/TCMS.pm

@@ -39,9 +39,6 @@ use Trog::FileHandler;
 
 # Troglodyne philosophy - simple as possible
 
-# What PSGI server are we running as?  We set this in each runner.
-my $engine = $ENV{PSGI_ENGINE};
-
 # Import the routes
 my $conf  = Trog::Config::get();
 my $data  = Trog::Data->new($conf);