From: Loic Dachary Date: Sat, 18 Feb 2017 20:48:34 +0000 (+0100) Subject: crush: emacs comment is obsolete X-Git-Tag: v12.0.1~135^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=df33e70d42379f1f39313689a750a18591cd91a3;p=ceph.git crush: emacs comment is obsolete Signed-off-by: Loic Dachary --- diff --git a/src/test/crush/CrushWrapper.cc b/src/test/crush/CrushWrapper.cc index 3d7e152b27e..f30538b28a3 100644 --- a/src/test/crush/CrushWrapper.cc +++ b/src/test/crush/CrushWrapper.cc @@ -954,13 +954,3 @@ int main(int argc, char **argv) { ::testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); } - -/* - * Local Variables: - * compile-command: "cd ../.. ; make -j4 unittest_crush_wrapper && - * valgrind \ - * --max-stackframe=20000000 --tool=memcheck \ - * ./unittest_crush_wrapper --log-to-stderr=true --debug-crush=20 \ - * # --gtest_filter=CrushWrapper.insert_item" - * End: - */