Explorar o código

server/FileServer.st: remove unused instance variable

mkroehnert %!s(int64=12) %!d(string=hai) anos
pai
achega
fc8ee678ce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'!