diff options
author | lloyd <[email protected]> | 2014-04-27 17:13:23 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-04-27 17:13:23 +0000 |
commit | 8699e5ef8054b325db775d0933e21fc7449a8827 (patch) | |
tree | e9370c66a83fe74862374be3804bf2dc305cfdcd /src/cmd/main.cpp | |
parent | b9bee0898aed28bfaf560f85cd63d1534813c257 (diff) |
Remove stub for testing app
Diffstat (limited to 'src/cmd/main.cpp')
-rw-r--r-- | src/cmd/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/main.cpp b/src/cmd/main.cpp index 929cdbb4a..92ecc051e 100644 --- a/src/cmd/main.cpp +++ b/src/cmd/main.cpp @@ -158,7 +158,6 @@ int main(int argc, char* argv[]) CALL_APP(dsa_sign); CALL_APP(dsa_verify); CALL_APP(factor); - CALL_APP(is_prime); CALL_APP(fpe); CALL_APP(hash); CALL_APP(keygen); |