chiark / gitweb /
primer does not need mgraph_prepare
authorIan Jackson <ian@turbine>
Wed, 8 Oct 2008 00:17:25 +0000 (01:17 +0100)
committerIan Jackson <ian@turbine>
Wed, 8 Oct 2008 00:17:25 +0000 (01:17 +0100)
primer.c

index b030ac58a5622f3e66639f1cb54b11c17bd83fba..76939a6356b9911dc59e29913603cf8af5ee671b 100644 (file)
--- a/primer.c
+++ b/primer.c
@@ -13,8 +13,6 @@ int main(int argc, const char **argv) {
   
   if (argc!=1) { fputs("need no args\n",stderr); exit(8); }
 
-  mgraph_prepare();
-
   printf("%d %d %d %d %d\n%%-%d.%dg\n",
         X*Y, N, X, Y, D3,
         prec+5,prec);