summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authormattn <[email protected]>2013-02-18 22:41:56 +0900
committermattn <[email protected]>2013-02-18 22:41:56 +0900
commitfc3e83622a80e2c1c0948c6332b7f73a05996645 (patch)
tree559e1b74318a6f5658161966a8a6e93aca2beaeb /src
parent59a6d1b514eef7d39f3a78cd588a49490406ecd6 (diff)
downloadmruby-fc3e83622a80e2c1c0948c6332b7f73a05996645.tar.gz
mruby-fc3e83622a80e2c1c0948c6332b7f73a05996645.zip
Remove needless comment
Diffstat (limited to 'src')
-rw-r--r--src/re.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/re.h b/src/re.h
index 64dbd60dc..5632bc399 100644
--- a/src/re.h
+++ b/src/re.h
@@ -7,7 +7,6 @@
#ifndef RE_H
#define RE_H
-//#define REGEXP_CLASS "HsRegexp"
#define REGEXP_CLASS "Regexp"
#endif