diff options
Diffstat (limited to 'railties/lib/rails/dev_caching.rb')
-rw-r--r-- | railties/lib/rails/dev_caching.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/lib/rails/dev_caching.rb b/railties/lib/rails/dev_caching.rb index efb523de4c..ff629b2527 100644 --- a/railties/lib/rails/dev_caching.rb +++ b/railties/lib/rails/dev_caching.rb @@ -19,7 +19,6 @@ module Rails end FileUtils.touch "tmp/restart.txt" - FileUtils.rm_f("tmp/pids/server.pid") end def enable_by_argument(caching) |