[Rprotobuf-commits] r654 - pkg/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Dec 30 23:32:30 CET 2013


Author: murray
Date: 2013-12-30 23:32:30 +0100 (Mon, 30 Dec 2013)
New Revision: 654

Modified:
   pkg/src/streams.cpp
Log:
Remove one last emacs file-level configuration comment.  If we add
them back we'll add back uniform ones in some automated way.



Modified: pkg/src/streams.cpp
===================================================================
--- pkg/src/streams.cpp	2013-12-30 22:28:10 UTC (rev 653)
+++ pkg/src/streams.cpp	2013-12-30 22:32:30 UTC (rev 654)
@@ -2,8 +2,6 @@
 #include "ConnectionInputStream.h"
 #include "ConnectionOutputStream.h"
 
-/* :tabSize=4:indentSize=4:noTabs=false:folding=explicit:collapseFolds=1: */
-
 namespace rprotobuf {
 
 void ZeroCopyInputStreamWrapper_finalizer(SEXP xp) { delete (ZeroCopyInputStreamWrapper*)XPP(xp); }



More information about the Rprotobuf-commits mailing list