diff options
author | N.N. <matju@users.sourceforge.net> | 2009-06-08 15:04:10 +0000 |
---|---|---|
committer | N.N. <matju@users.sourceforge.net> | 2009-06-08 15:04:10 +0000 |
commit | 01b223ac0460db0995a566c73276ade636b8000f (patch) | |
tree | 531a5297f010c7d571d3abd63b49a4c7c4b66ed9 /desiredata/src | |
parent | c038237c1e8fe5b36243c11914f393fecd6b3b91 (diff) |
misleading obsolete comment
svn path=/trunk/; revision=11713
Diffstat (limited to 'desiredata/src')
-rw-r--r-- | desiredata/src/kernel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desiredata/src/kernel.c b/desiredata/src/kernel.c index 27e9636f..ca69bebb 100644 --- a/desiredata/src/kernel.c +++ b/desiredata/src/kernel.c @@ -1397,9 +1397,7 @@ int class_getfieldindex(t_class *x, const char *s) { return -1; } -/* O(n) asymptotic time :-} */ /* only looks for already loaded classes though. */ - t_class *class_find (t_symbol *s) {return (t_class *)class_table->get(s);} void glob_update_class_info (t_pd *bogus, t_symbol *s, t_symbol *cb_recv, t_symbol *cb_sel) { |