From a79231c666ed94805efff285463c76cd806d6fb8 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Wed, 6 Jul 2011 12:56:01 +0000 Subject: [PATCH] Cleaning some left-overs --- extractor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor.cpp b/extractor.cpp index fb0ca5fba..53111c68d 100644 --- a/extractor.cpp +++ b/extractor.cpp @@ -242,7 +242,7 @@ int main (int argc, char *argv[]) { } cout << "ok, after " << get_timestamp() - time << "s" << endl; - //todo: serialize restrictions + //serialize restrictions ofstream restrictionsOutstream; restrictionsOutstream.open(restrictionsFileName.c_str(), ios::binary); restrictionsOutstream.write((char*)&usableRestrictionsCounter, sizeof(unsigned));