summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/package.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-10-07 00:34:49 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-10-07 00:35:27 +0200
commit3c563cf708d056b9b45bf5557756e1c706c948c8 (patch)
treec184391c7c32fb11aefef0a0e646ed8dc7010731 /crawl-ref/source/package.cc
parent30be6f76d84ae4a9254f2307f7fcb19d144e5fb5 (diff)
downloadcrawl-ref-3c563cf708d056b9b45bf5557756e1c706c948c8.tar.gz
crawl-ref-3c563cf708d056b9b45bf5557756e1c706c948c8.zip
Remove an obsolete comment.
Diffstat (limited to 'crawl-ref/source/package.cc')
-rw-r--r--crawl-ref/source/package.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/package.cc b/crawl-ref/source/package.cc
index bbe374df5c..d89cb00d6e 100644
--- a/crawl-ref/source/package.cc
+++ b/crawl-ref/source/package.cc
@@ -10,8 +10,6 @@ Guarantees:
the exact state it had at the last commit().
Caveats/issues:
-* Before the first commit, the save is "not a valid DCSS save file",
- how should we handle this?
* Benchmarked on random chunks of size 2^random2(X) * frandom(1),
naive reusing of the first slab of free space produces less waste than
best fit. I don't fully understand why, but for now, let's use that.