summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMatthias Köppe <mkoeppe@mail.math.uni-magdeburg.de>2005-09-23 09:54:56 +0000
committerMatthias Köppe <mkoeppe@mail.math.uni-magdeburg.de>2005-09-23 09:54:56 +0000
commit39d926653781505e50cb1b379d69d382cd2f51f3 (patch)
tree50e366409d1d25b272d63893c02f29a373e21c03 /TODO
parent5f1b0f8a5473744deb0e0b23abe8cb59344fd8fe (diff)
downloadswig-39d926653781505e50cb1b379d69d382cd2f51f3.tar.gz
*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7489 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 5b8cdb006..5e9928dbb 100644
--- a/TODO
+++ b/TODO
@@ -247,10 +247,6 @@ Guile
SWIG type descriptors; enable reflection on types. (Maybe
GOOPS metaclasses?)
-** Maybe communicate the type system between object modules via Scheme
- variables, rather than a shared object. This would remove the
- need of a shared SWIG runtime library.
-
** Provide a clean way to construct type predicates.
** In GOOPS mode, maybe make overloaded functions methods.