diff options
author | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-06-17 19:57:25 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2014-06-18 12:07:16 +0100 |
commit | f73e4594d363c67042089f79f056fc8dae7cf61e (patch) | |
tree | 06e89a421305489ec400d90940aa71ee49f7b9bc /smoketest | |
parent | 2ddcc1afb07e75ef388a200faeeacf833520a0d9 (diff) |
LOK: kill double initialize.
Change-Id: I4d3dd913faea8b9f4a0bd3c13af37d097ced9888
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/libtest.cxx | 7 |
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; |