From 8c0ac28fd9ff006154e78ffabd75a088cb8fe087 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 10 Jun 2008 08:18:10 +0200 Subject: fixed syntax error (typo in var name) and cleaup --- runtime/ctok_token.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'runtime/ctok_token.c') diff --git a/runtime/ctok_token.c b/runtime/ctok_token.c index 0f340675..8c17f693 100644 --- a/runtime/ctok_token.c +++ b/runtime/ctok_token.c @@ -109,8 +109,6 @@ CODESTARTobjQueryInterface(ctok_token) * work here (if we can support an older interface version - that, * of course, also affects the "if" above). */ - //xxxpIf->oID = OBJctok_token; - pIf->Construct = ctok_tokenConstruct; pIf->ConstructFinalize = ctok_tokenConstructFinalize; pIf->Destruct = ctok_tokenDestruct; -- cgit v1.2.3