summaryrefslogtreecommitdiff
path: root/lib/LuaRegex.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/LuaRegex.cc')
-rw-r--r--lib/LuaRegex.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/LuaRegex.cc b/lib/LuaRegex.cc
index a3b9a24..38a1994 100644
--- a/lib/LuaRegex.cc
+++ b/lib/LuaRegex.cc
@@ -17,8 +17,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: LuaRegex.cc,v 1.5 2007-07-27 10:05:52 pixel Exp $ */
-
#include "LuaRegex.h"
LuaRegex::LuaRegex(Regex * _r) : r(_r) { }