Parcourir la source

server/FileServer.st: remove unused instance variable

mkroehnert il y a 12 ans
Parent
commit
fc8ee678ce
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      server/FileServer.st

+ 1 - 1
server/FileServer.st

@@ -1,5 +1,5 @@
 Object subclass: #FileServer
-	instanceVariableNames: 'path http fs url port basePath util'
+	instanceVariableNames: 'path http fs url basePath util'
 	package: 'FileServer'!
 
 !FileServer methodsFor: 'accessing'!