summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest')
-rw-r--r--smoketest/libtest.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/smoketest/libtest.cxx b/smoketest/libtest.cxx
index a116e0c5e60f..211d05616639 100644
--- a/smoketest/libtest.cxx
+++ b/smoketest/libtest.cxx
@@ -54,13 +54,6 @@ int main (int argc, char **argv)
return -1;
}
- // This separate init is lame I think.
- if( !pOffice->initialize( argv[1] ) )
- {
- fprintf( stderr, "failed to initialize\n" );
- return -1;
- }
-
end = getTimeMS();
fprintf( stderr, "init time: %ld ms\n", (end-start) );
start = end;