diff --git a/src/FileSystem-Git.package/GitRemoteError.class/class/signal.with..st b/src/FileSystem-Git.package/GitRemoteError.class/class/signal.with..st deleted file mode 100644 index a311494a9..000000000 --- a/src/FileSystem-Git.package/GitRemoteError.class/class/signal.with..st +++ /dev/null @@ -1,6 +0,0 @@ -exceptionInstantiator -signal: signalText with: responseBody - - ^ self new - responseBody: responseBody; - signal: signalText \ No newline at end of file diff --git a/src/FileSystem-Git.package/GitRemoteError.class/methodProperties.json b/src/FileSystem-Git.package/GitRemoteError.class/methodProperties.json index eff4ca1db..4cb3d4782 100644 --- a/src/FileSystem-Git.package/GitRemoteError.class/methodProperties.json +++ b/src/FileSystem-Git.package/GitRemoteError.class/methodProperties.json @@ -1,6 +1,5 @@ { "class" : { - "signal:with:" : "pre 5/14/2018 16:03", "signal:with:remote:" : "jr 12/1/2018 23:08" }, "instance" : { "initialize" : "pre 5/14/2018 16:02",